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 130b5bb50..24f198c3a 100644
--- a/README.md
+++ b/README.md
@@ -2445,7 +2445,7 @@ console.log(myString);
When used in `returns`, `FFIType.cstring` coerces the pointer to a JavaScript `string`. When used in `args`, `cstring` is identical to `ptr`.
-#### Function pointers
+#### Function pointers (`CFunction`)
To call a function pointer from JavaScript, use `CFunction`