diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-16 09:59:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 09:59:11 +0200 |
commit | c6f57d8b427d6b5aa692630a94d3a9435b5ba5a4 (patch) | |
tree | bbf5942023e8f989f5ec5d7f5f871ab29bcbb3bd /README.md | |
parent | ff9adc5260ed3584476469422959d4bb1d96b46b (diff) | |
download | cdl86-c6f57d8b427d6b5aa692630a94d3a9435b5ba5a4.tar.gz cdl86-c6f57d8b427d6b5aa692630a94d3a9435b5ba5a4.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,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
|