Skip to content

Commit ae543f9

Browse files
committed
Updating README.md
1 parent de44cdc commit ae543f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ try modules.registerModule(exampleModule);
6666

6767
Some example modules are included automatically to exercise some code paths, these live under `src/examples` and are good examples of how to start using the framework.
6868

69-
* [Sprite Batch Example](src/examples/batcher.zig)
70-
* [Mesh Drawing Example](src/examples/mesh.zig)
69+
* [Sprite Batch Example](src/examples/sprites.zig)
70+
* [Mesh Drawing Example](src/examples/meshes.zig)
7171
* [Debug Drawing Example](src/examples/debugdraw.zig)
7272

7373
## Building the examples
7474

75-
Clone the repo, and pull the submodules with `git submodule --init`
75+
Clone the repo, then from a terminal:
7676
```sh
7777
# just build
7878
zig build

0 commit comments

Comments
 (0)