summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-07-08 13:34:39 -0700
committerGitHub <noreply@github.com>2019-07-08 13:34:39 -0700
commit8b49a1e05fa8d070c4d9582beb7491b284f1556a (patch)
tree80483a1a089f9c3177f6b238e95490293ad87d02 /README.md
parent8fa1510d6782f8e98d77bc5e500c019c8a04d853 (diff)
chore: update examples link in README (#1274)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2eedbad8..8dab1c3b 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,11 @@ fn main() {
}
```
-More examples can be found [here](tokio/examples).
+More examples can be found [here](tokio/examples). Note that the `master` branch
+is currently being updated to use `async` / `await`. The examples are
+not fully ported. Examples for stable Tokio can be found
+[here](https://github.com/tokio-rs/tokio/tree/v0.1.x/tokio/examples).
+
## Getting Help