summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToon Schoenmakers <toon.schoenmakers@copernica.com>2014-10-07 14:27:40 +0200
committerToon Schoenmakers <toon.schoenmakers@copernica.com>2014-10-07 14:27:40 +0200
commit4f5d17905cd237ea733fb776f12fc7e05aaebce9 (patch)
tree521676e7879eab175068667aa66fad7223f5cd26 /README.md
parent4d2ac8fbe461a9b09c152f27cd4c8d22410c487d (diff)
Fixed a tiny typo in the readme
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!";
}