diff options
author | Lunar Journal <root@spacehen.io> | 2023-09-07 12:16:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 12:16:12 +0200 |
commit | 29568fd85c616fa7fff9da3f6fb9bf6d783d8809 (patch) | |
tree | d7c687acddc01bf68314f0a08dc40d1e67a70fb8 | |
parent | 70c29f17d9505299f968b25ec7ae25ce73a2b860 (diff) | |
download | cdl86-29568fd85c616fa7fff9da3f6fb9bf6d783d8809.tar.gz cdl86-29568fd85c616fa7fff9da3f6fb9bf6d783d8809.zip |
cdl86: readme: update readme
Update file refs.
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -80,8 +80,8 @@ The original function `add` has now been hooked! To dump debug info from the `cdl_jmp_patch` struct use `cdl_jmp_dbg`.
# Info
-**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`.
+* `tests` - CDL test suite. Run `make all`.
|