Skip to content

Commit 8d7070b

Browse files
committed
chore: update README.md
1 parent b5d2cc5 commit 8d7070b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ _**f**render_ is still in alpha and it's api might change.
1717
For now it is recommended to specify the exact version in `Cargo.toml`.
1818
Before updating, please see the full [changelog](https://github.com/frender-rs/frender/blob/alpha/CHANGELOG.md) in case there are breaking changes.
1919

20+
There are some example apps in
21+
[`examples`](https://github.com/frender-rs/frender/tree/alpha/examples)
22+
folder. You can preview them at [this site](https://frender-rs.github.io/frender/).
23+
2024
## Quick Start
2125

2226
1. Create a new cargo project
@@ -30,7 +34,7 @@ Before updating, please see the full [changelog](https://github.com/frender-rs/f
3034

3135
```toml
3236
[dependencies]
33-
frender = "= 1.0.0-alpha.5"
37+
frender = "= 1.0.0-alpha.6"
3438
```
3539

3640
3. Create `index.html` in the project root directory.

0 commit comments

Comments
 (0)