More readable format for readme.

This commit is contained in:
Chris Giacofei 2023-01-27 11:54:09 -05:00
parent d764d1d671
commit 0d64f9d3e4

View File

@ -6,19 +6,19 @@ The source code of each library should be placed in separate directory, like
For example, see how can be organized `Foo` and `Bar` libraries: For example, see how can be organized `Foo` and `Bar` libraries:
|--lib |--lib
| |--Bar | |--Bar
| | |--docs | | |--docs
| | |--examples | | |--examples
| | |--src | | |--src
| | |- Bar.c | | |- Bar.c
| | |- Bar.h | | |- Bar.h
| |--Foo | |--Foo
| | |- Foo.c | | |- Foo.c
| | |- Foo.h | | |- Foo.h
| |- readme.txt --> THIS FILE | |- readme.txt --> THIS FILE
|--src |--src
|- main.c |- main.c
Then in `src/main.c` you should use: Then in `src/main.c` you should use: