diff options
Diffstat (limited to 'web/README.md')
-rw-r--r-- | web/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/README.md b/web/README.md index 810bd1ec..58ad8235 100644 --- a/web/README.md +++ b/web/README.md @@ -8,8 +8,6 @@ The crate is currently a __very experimental__, simple abstraction layer over [`dodrio`]. - - [documentation]: https://docs.rs/iced_web [`iced_core`]: ../core [`dodrio`]: https://github.com/fitzgen/dodrio @@ -18,7 +16,7 @@ The crate is currently a __very experimental__, simple abstraction layer over [` Add `iced_web` as a dependency in your `Cargo.toml`: ```toml -iced_web = "0.2" +iced_web = "0.4" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If |