summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8e67d5d..24f81ec 100644
--- a/README.md
+++ b/README.md
@@ -38,8 +38,8 @@ The method call to export the above C++ function:
```c
extension.add("my_plus", my_plus, {
-Php::ByVal("a", Php::numericType),
-Php::ByVal("b", Php::numericType)
+ Php::ByVal("a", Php::numericType),
+ Php::ByVal("b", Php::numericType)
});
```