summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <root@spacehen.io>2023-09-07 12:16:12 +0200
committerGitHub <noreply@github.com>2023-09-07 12:16:12 +0200
commit29568fd85c616fa7fff9da3f6fb9bf6d783d8809 (patch)
treed7c687acddc01bf68314f0a08dc40d1e67a70fb8
parent70c29f17d9505299f968b25ec7ae25ce73a2b860 (diff)
downloadcdl86-29568fd85c616fa7fff9da3f6fb9bf6d783d8809.tar.gz
cdl86-29568fd85c616fa7fff9da3f6fb9bf6d783d8809.zip
cdl86: readme: update readme
Update file refs.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index bcf1d34..6a5aecc 100644
--- a/README.md
+++ b/README.md
@@ -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`.