commit 6b5851ff4788abff85181dfd948753ddc6c85247 parent 2f99d56f62bad2f03e7f443614d609a78d8fd3e9 Author: Christos Margiolis <christos@margiolis.net> Date: Mon, 18 May 2020 20:23:08 +0300 edited README Diffstat:
M | README.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -1,11 +1,11 @@ # CHIP-8 Emulator -Your typical copy of CHIP-8. This one uses SDL2 as a rendering API. +Your typical CHIP-8 copy. This one uses SDL2 as a rendering API. ## Dependencies -`cmake` -`SDL2` +* `cmake` +* `SDL2` ## Usage