aboutsummaryrefslogtreecommitdiff
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 a9eaf3af4..842869ece 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi
- [Supported FFI types (`FFIType`)](#supported-ffi-types-ffitype)
- [Strings (`CString`)](#strings-cstring)
- [Returning a string](#returning-a-string)
- - [Function pointers](#function-pointers)
+ - [Function pointers (`CFunction`)](#function-pointers-CFunction)
- [Pointers](#pointers)
- [Passing a pointer](#passing-a-pointer)
- [Reading pointers](#reading-pointers)