diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-07 20:12:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 20:12:11 +0200 |
commit | ed1f9891898b1b2a066d870f232c0516cd8da7e4 (patch) | |
tree | 99cd8ff4cdf2369b509782ae973715843277f891 /README.md | |
parent | 3c4c5cec6889b69496ebe6734635c4115f025cee (diff) | |
download | cdl86-ed1f9891898b1b2a066d870f232c0516cd8da7e4.tar.gz cdl86-ed1f9891898b1b2a066d870f232c0516cd8da7e4.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ void cdl_swbp_detach(struct cdl_swbp_patch *swbp_patch); void cdl_jmp_dbg(struct cdl_jmp_patch *jmp_patch);
void cdl_swbp_dbg(struct cdl_swbp_patch *swbp_patch);
```
-The API is documented in more detail in the corresponding header and source
+The `API` is documented in more detail in the corresponding header and source
files.
# Example Usage
|