summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJasperVanEck <jaspergkurtz@gmail.com>2013-11-29 17:03:46 +0100
committerJasperVanEck <jaspergkurtz@gmail.com>2013-11-29 17:03:46 +0100
commitf4d0f6e5d97cca40ec62446bd038f78428e76adc (patch)
tree420400bde089402aa10e3e476aca9d167bdab9cd /README.md
parent9a7f25aefc4f2ac45a93faa370b52d48cc004221 (diff)
forgot indentation
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)
});
```