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/