Skip to content

Commit

Permalink
revision: readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeDark committed Apr 13, 2023
1 parent 54fd631 commit 612eb1b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</div>

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

`dioxus-std` is a Dioxus standard library that provides abstractions for your Dioxus app. Abstractions included are notifications, clipboard, and more to come.
Expand All @@ -18,8 +18,6 @@
- [ ] WiFi
- [ ] Bluetooth

**This library is current under development. Expect breaking changes.**

```rust, ignore
fn app() {
// TODO: Add example
Expand All @@ -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
Expand Down

0 comments on commit 612eb1b

Please sign in to comment.