Some notes in the readme about docs

This commit is contained in:
Ulf Lilleengen 2021-12-13 13:23:18 +01:00
parent 2a4a133b88
commit 91e0c6df73

View file

@ -1,7 +1,6 @@
# Embassy
Embassy is a project to make async/await a first-class option for embedded development. For more information and instructions to
get started, click [here](https://github.com/embassy-rs/embassy/wiki).
Embassy is a project to make async/await a first-class option for embedded development. For more information and instructions to get started, go to [https://embassy.dev](https://embassy.dev).
## Traits and types
@ -93,6 +92,10 @@ Required nightly version is specified in the `rust-toolchain.toml` file. Nightly
Stable support is a non-goal until these features get stabilized.
## Documentation
Embassy documentation is located in the `docs/` folder. The documentation is built in [embassy-book](https://github.com/embassy-rs/embassy-book) and published to [https://embassy.dev](https://embassy.dev) by CI.
## Why the name?
EMBedded ASYnc! :)