diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-07 18:05:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 18:05:48 +0200 |
commit | 7d77b5f6e5c2ab5322196a0a59475b634ef35309 (patch) | |
tree | 4d6dce29befb72f2004e9698043e233a8eb281ec /README.md | |
parent | 6ab10eb614415342b4d5560208c922e6fd9c8d07 (diff) | |
download | cdl86-7d77b5f6e5c2ab5322196a0a59475b634ef35309.tar.gz cdl86-7d77b5f6e5c2ab5322196a0a59475b634ef35309.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,8 +88,8 @@ The compiler used for this project is [`tcc`](https://github.com/lunarjournal/tc Files:
<br/>
-* `cdl.c` - C source file for CDL. <br>
-* `cdl.h` - CDL header file to include.
+* `cdl.c` - `C source file for CDL.` <br>
+* `cdl.h` - `CDL header file to include.`
Folders:
* `/tests` - CDL test suite. Run `make all`.
|