Skip to content

Commit 612eb1b

Browse files
committed
revision: readme.md
1 parent 54fd631 commit 612eb1b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55

66
-----
7-
<p align="center"><i>This library is still under development and not ready for production use.</i></p>
7+
<p align="center"><i>This library is still under development. Expect breaking changes!</i></p>
88
<br/>
99

1010
`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 @@
1818
- [ ] WiFi
1919
- [ ] Bluetooth
2020

21-
**This library is current under development. Expect breaking changes.**
22-
2321
```rust, ignore
2422
fn app() {
2523
// TODO: Add example
@@ -42,7 +40,7 @@ sudo apt-get install xorg-dev
4240
You can add `dioxus-std` to your application by adding it to your dependencies.
4341
```toml
4442
[dependencies]
45-
dioxus-std = { git="https://github.com/DioxusLabs/dioxus-std" }
43+
dioxus-std = { version = "1.0", features = [] }
4644
```
4745

4846
## License

0 commit comments

Comments
 (0)