Skip to content

Commit

Permalink
update examples readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Jul 3, 2024
1 parent aa82087 commit 17d6bb6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Webui Examples

> ⚠️ NOTE: These examples are built for the most recent commit of the GitHub
> repository, not the most recent release (for instance `nimble install webui@#main`).
> ⚠️ NOTE: These examples are built for the most recent commit of the Git
> repository, *not* the most recent release (for instance `nimble install webui@#main`).
Examples using the `webui` module in Nim, currently there are 7 examples:
Examples using the `webui` module in Nim, currently there are 10 examples:

* [`minimal.nim`](./minimal.nim)
* [`hello_world.nim`](./hello_world.nim)
* [`hello_world_c.nim`](./hello_world_c.nim)
* [`call_nim_from_js.nim`](./call_nim_from_js.nim)
* [`call_js_from_nim.nim`](./call_js_from_nim.nim)
* [`text_editor/`](./text_editor/)
* [`public_network_access.nim`](./public_network_access.nim)
* [`custom_web_server/`](./custom_web_server/)
* [`serve_folder/`](./serve_folder/)
* [`text_editor/`](./text_editor/)
* [`qxexample/`](./qxexample/)

0 comments on commit 17d6bb6

Please sign in to comment.