From ed77d180cf1a84eb813469ffa3aafb22263cce4f Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Thu, 15 Aug 2019 16:29:35 +0200 Subject: [PATCH] Correct leading README sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a7a350d..199dbdc1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ https://github.com/async-rs/async-std) [![Documentation](https://docs.rs/async-std/badge.svg)](https://docs.rs/async-std) [![chat](https://img.shields.io/discord/598880689856970762.svg?logo=discord)](https://discord.gg/JvZeVNe) -This crate provides an async version of [`std`]. It provides all the interfaces you are used to, but async and ready for Rusts `async/await`-syntax. +This crate provides an async version of [`std`]. It provides all the interfaces you are used to, but in an async version and ready for Rust's `async/await`-syntax. [`std`]: https://doc.rust-lang.org/std/index.html