1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-21 20:39:57 +01:00

Update README.md

This commit is contained in:
Miloslav Číž 2020-06-21 17:27:27 +00:00
parent 02499de7d4
commit 5de7fecb6d

View file

@ -87,7 +87,7 @@ And advantages at the same time :)
## how to use ## how to use
For start take a look at the [helloTerminal.c](https://gitlab.com/drummyfish/small3dlib/blob/master/programs/helloTerminal.c) program. It is only a little bit more complex than a simple hello world. For start take a look at the [helloWorld.c](programs/helloWorld.c) program and other examples.
For more see the other examples and **the library code itself**, it is meant to be self-documenting -- you'll find the description of a lot of things at the start of the file. For more see the other examples and **the library code itself**, it is meant to be self-documenting -- you'll find the description of a lot of things at the start of the file.