summaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorTosil Velkov <tosilv@gmail.com>2018-03-09 22:26:09 +0200
committerCarl Lerche <me@carllerche.com>2018-03-09 12:26:09 -0800
commit2a1585157ef700e441b20142a7d6d390a0688fc1 (patch)
tree632cc7f04dd1a704d71096f1a1d0187a3efc9e83 /examples/README.md
parent189d6baac4fad21abe325018b3139b20102cfa45 (diff)
Fix wrong file link in examples readme.md (#208)
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index d0c4d45f..735c186f 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -44,7 +44,7 @@ A high level description of each example is:
spawning tasks, and finally framing a TCP connection to discrete
request/response objects.
-* [`tinydb`](tinyhttp.rs) - an in-memory database which shows sharing state
+* [`tinydb`](tinydb.rs) - an in-memory database which shows sharing state
between all connected clients, notably the key/value store of this database.
If you've got an example you'd like to see here, please feel free to open an