diff --git a/README.md b/README.md index 7baaa05..c0d1c9a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # CHIP-8 Emulator + + This is an implementation of an emulator of a chip supporting the CHIP-8 [instruction set](https://en.wikipedia.org/wiki/CHIP-8). For graphical output, it relies on the [cursive](https://github.com/gyscos/cursive) text user interface