diff options
| author | Andre Weissflog <floooh@gmail.com> | 2021-01-21 13:00:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-21 13:00:03 +0100 |
| commit | 206ea806e1daeb57ef216425e83bbecf092b95c1 (patch) | |
| tree | ceb2a2c93132b07fa54f471cd572cf8725f2e389 | |
| parent | 5fbb6a25501e5478674ca0600a7539033592d749 (diff) | |
| parent | 603edb0e6568d1611a85db1a4adbef62c973fc6e (diff) | |
Merge pull request #463 from darltrash/patch-1
Fix typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ cross-platform libraries for C and C++, written in C. - [Tiny 8-bit emulators](https://floooh.github.io/tiny8bit/) -- A 'single-file' [Pacman clone in C99](https://github.com/floooh/pacman.c/), ... an in [Zig](https://github.com/floooh/pacman.zig/) +- A 'single-file' [Pacman clone in C99](https://github.com/floooh/pacman.c/), also available in [Zig](https://github.com/floooh/pacman.zig/) - A [Minigolf game](https://mgerdes.github.io/minigolf.html) ([source](https://github.com/mgerdes/minigolf)). |