From 6e7a6bbc8d28f95ad57f9f4a896d9c49b84278b3 Mon Sep 17 00:00:00 2001 From: Carl Fredrik Samson Date: Tue, 7 Apr 2020 01:52:46 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9c0b69..bb640e6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # Futures Explained in 200 Lines of Rust +The rendered version is found at: [https://cfsamson.github.io/books-futures-explained/](https://cfsamson.github.io/books-futures-explained/) + This book aims to explain `Futures` in Rust using an example driven approach, exploring why they're designed the way they are, and how they work. We'll also take a look at some of the alternatives we have when dealing with concurrency @@ -45,4 +47,4 @@ Feedback, questions or discussion is welcome in the issue tracker. This book is MIT licensed. -[rendered]: https://cfsamson.github.io/books-futures-explained/ \ No newline at end of file +[rendered]: https://cfsamson.github.io/books-futures-explained/