From 8b49a1e05fa8d070c4d9582beb7491b284f1556a Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 8 Jul 2019 13:34:39 -0700 Subject: chore: update examples link in README (#1274) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3