From 8058d637e71d74f778eb1d6a9e50578d09ef564f Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Mon, 16 Sep 2019 15:59:48 +0200 Subject: [PATCH] Update README.md Co-Authored-By: Stjepan Glavina --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9342914..1ea5724 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ break unless _you_ decide to upgrade. However every now and then we come up with something that we think will work _great_ for `async-std`, and we want to provide a sneak-peek so you can try it out. This is what we call _"unstable"_ features. You can try out the unstable -features by enabling the `unstable` feature in you `Cargo.toml` file: +features by enabling the `unstable` feature in your `Cargo.toml` file: ```toml [dependencies]