diff --git a/README.md b/README.md
index 1f40db5..c0f6d9b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
-----
-
This library is still under development and not ready for production use.
+This library is still under development. Expect breaking changes!
`dioxus-std` is a Dioxus standard library that provides abstractions for your Dioxus app. Abstractions included are notifications, clipboard, and more to come.
@@ -18,8 +18,6 @@
- [ ] WiFi
- [ ] Bluetooth
-**This library is current under development. Expect breaking changes.**
-
```rust, ignore
fn app() {
// TODO: Add example
@@ -42,7 +40,7 @@ sudo apt-get install xorg-dev
You can add `dioxus-std` to your application by adding it to your dependencies.
```toml
[dependencies]
-dioxus-std = { git="https://github.com/DioxusLabs/dioxus-std" }
+dioxus-std = { version = "1.0", features = [] }
```
## License