freetype: update example runner usage

This commit is contained in:
Ali Chraghi 2022-05-28 20:30:55 +04:30 committed by Stephen Gutekanst
parent 8fa9ab2f58
commit f96b5758fd

View file

@ -71,7 +71,7 @@ const freetype = @import("freetype");
See the `examples/` directory. for running each example do: See the `examples/` directory. for running each example do:
```sh ```sh
zig build run-example-<name> # e.g run-example-single_glyph zig build run-example-<name> # e.g run-example-single-glyph
``` ```
## Join the community ## Join the community