diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-03-06 15:25:00 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-03-06 15:25:00 +0100 |
commit | 2df73450e6caae2139acf00cf5b71fd93d2585fc (patch) | |
tree | c2bc0b67732638cdf32d1de0b1a03c85e22fafb8 | |
parent | 35e7c375a2f96bd8dffcadc800f7e9d4354217a5 (diff) | |
download | termgl-2df73450e6caae2139acf00cf5b71fd93d2585fc.tar.gz |
Readme update
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # engine (the most creative name I could come up with) -engine is a library for displaying ASCII-graphics in a text console. For more information on how to use, consult the documentation (`make doc`) and look at the example program in `test.cpp`. +engine is a library for displaying ASCII-graphics in a text console. For more information on how to use, consult the documentation (`make doc`) and look at the example programs in `example/`. ## Compiling the library |