summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07bf36e..7e62f2f 100644
--- a/README.md
+++ b/README.md
@@ -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