summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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!";
}