From 50424a66ef4e02b472a5de217af27723345a8ff0 Mon Sep 17 00:00:00 2001 From: Matt Conway Date: Wed, 23 Oct 2019 14:35:17 -0400 Subject: [PATCH] Fix small spelling mistakes (#88) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22cd8a3..2aab90e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ $ cargo +beta build ### Tutorials -- The [`helloworld`][helloworld-tutorial] tutorial provides a basic example of using `tonic`, prefect for first time users! +- The [`helloworld`][helloworld-tutorial] tutorial provides a basic example of using `tonic`, perfect for first time users! - The [`routeguide`][routeguide-tutorial] tutorial provides a complete example of using `tonic` and all its features. @@ -105,4 +105,4 @@ terms or conditions. [Docs]: https://docs.rs/tonic [Chat]: https://discord.gg/6yGkFeN [routeguide-tutorial]: https://github.com/hyperium/tonic/blob/master/tonic-examples/routeguide-tutorial.md -[hellworld-tutorial]: https://github.com/hyperium/tonic/blob/master/tonic-examples/helloworld-tutorial.md +[helloworld-tutorial]: https://github.com/hyperium/tonic/blob/master/tonic-examples/helloworld-tutorial.md