aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-16 16:34:05 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-16 16:34:05 -0700
commit036eb2a9ed67822e18330f0b8c23e0fe702257fe (patch)
tree2a33f737057aedff97832bb20f207781252fbea6
parent2eb889be89f1836070efa7dc61a308d5d6f0a53e (diff)
downloadbun-036eb2a9ed67822e18330f0b8c23e0fe702257fe.tar.gz
bun-036eb2a9ed67822e18330f0b8c23e0fe702257fe.tar.zst
bun-036eb2a9ed67822e18330f0b8c23e0fe702257fe.zip
Update README.md
-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)