Skip to content
Snippets Groups Projects
Commit 340eb6e9 authored by Florian Blasius's avatar Florian Blasius
Browse files

Readme update.

parent dbb83312
No related branches found
No related tags found
No related merge requests found
......@@ -100,19 +100,19 @@ You can start the widgets example by executing the following command:
* Run as browser app:
```text
cargo node run --browser --example widgets
cargo node run --target browser --example widgets
```
* Run as electron app:
```text
cargo node run --electron --example widgets
cargo node run --target electron --example widgets
```
* Run as cordova app on android:
```text
cargo node run --android --example widgets
cargo node run --target android --example widgets
```
## Build and run documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment