Skip to content

Commit

Permalink
Replace example filename, since examples/temperature.v was moved (#543
Browse files Browse the repository at this point in the history
)
  • Loading branch information
geraldolsribeiro authored Oct 29, 2023
1 parent 2f23e0c commit 171eef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ v install ui
```bash
cd examples
v run users.v
v run temperature.v
v run rgb_color.v
v run ...
```

Expand All @@ -80,7 +80,7 @@ for Windows, macOS, Linux, Android, and soon iOS and the web (JS/WASM). V UI
uses native widgets on Windows and macOS, on all other platforms the widgets
are drawn by V UI. Right now only the non-native widgets are available.

This is a very early version of the library, lots of features are missing, lots of things will change.
This is a very early version of the library, lots of features are missing, and lots of things will change.

The API is declarative, and there will be hot reloading, similar to SwiftUI and Flutter.

Expand Down

0 comments on commit 171eef7

Please sign in to comment.