diff --git a/README.md b/README.md index 28ad150..b46165d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ And advantages at the same time :) ## how to use -For start take a look at the [helloWorld.c](programs/helloWorld.c) program and other examples (e.g. `level.c` shows simple integration with SDL). +For start take a look at the [helloWorld.c](programs/helloWorld.c) program, then [terminalCube](programs/terminalCube.c) and then other examples (e.g. `level.c` shows simple integration with SDL). For more see the other examples and **the library code itself**, it is meant to be self-documenting, i.e. the source code IS the documentation -- you'll find the description of a lot of things at the start of the file. You can also use doxygen to generate an HTML documentation. diff --git a/programs/testTerminal.c b/programs/terminalCube.c similarity index 100% rename from programs/testTerminal.c rename to programs/terminalCube.c