From f4d0f6e5d97cca40ec62446bd038f78428e76adc Mon Sep 17 00:00:00 2001 From: JasperVanEck Date: Fri, 29 Nov 2013 17:03:46 +0100 Subject: forgot indentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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) }); ``` -- cgit v1.2.3