Skip to content

Commit

Permalink
docs(examples): update/fix readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 17, 2024
1 parent a94976f commit 9b890d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file is autogenerated - DO NOT EDIT! -->
# @thi.ng/umbrella examples

This directory contains a growing number (currently 177) of standalone
This directory contains a growing number (currently 178) of standalone
example projects, including live online versions, build instructions
and commented source code.

Expand Down Expand Up @@ -187,3 +187,4 @@ in touch via PR, issue tracker, email or twitter!
| 175 | <img src="../assets/examples/zig-cellular.jpg" width="240"/> | [zig-cellular](./zig-cellular/) | Zig-based 2D multi-behavior cellular automata |
| 176 | <img src="../assets/examples/zig-counter.png" width="240"/> | [zig-counter](./zig-counter/) | Simple Zig/WASM click counter DOM component |
| 177 | <img src="../assets/examples/zig-todo-list.png" width="240"/> | [zig-todo-list](./zig-todo-list/) | Zig-based To-Do list, DOM creation, local storage task persistence |
| 178 | <img src="../assets/examples/zig-webgl.avif" width="240"/> | [zig-webgl](./zig-webgl/) | Basic Zig/WebAssembly WebGL demo |
2 changes: 1 addition & 1 deletion examples/zig-webgl/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# zig-webgl

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/zig-webgl.png)
![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/zig-webgl.avif)

[Live demo](http://demo.thi.ng/umbrella/zig-webgl/)

Expand Down

0 comments on commit 9b890d5

Please sign in to comment.