From 4f5d17905cd237ea733fb776f12fc7e05aaebce9 Mon Sep 17 00:00:00 2001 From: Toon Schoenmakers Date: Tue, 7 Oct 2014 14:27:40 +0200 Subject: Fixed a tiny typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 17d1b62..488aad4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ C++, and the PHP-CPP library uses all the power offered by C++11 to convert the values from your functions to/and from PHP: ```c -Php::Value hello_word() +Php::Value hello_world() { return "hello world!"; } -- cgit v1.2.3