summaryrefslogtreecommitdiff
path: root/documentation/install.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 13:59:52 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 13:59:52 +0100
commit2b31e46147dbfc024e54e029fdee1da7a82ce71a (patch)
tree18d93e5dd2b8d171fed9d0f3a857e1d077709b4a /documentation/install.html
parentc6df89695114b6dbd4977aa012291a42bf69d612 (diff)
fixed compiling CppClassesInPhp, renamed compile-extensions to your-first-extension, and modified the content
Diffstat (limited to 'documentation/install.html')
-rw-r--r--documentation/install.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/install.html b/documentation/install.html
index 917d59d..b8d6d54 100644
--- a/documentation/install.html
+++ b/documentation/install.html
@@ -42,7 +42,7 @@
with the core principle of the PHP-CPP library: to make life easy.
</p>
<p>
- However, if there is demand for, we may add support for multi-threaded PHP
+ However, if there is demand for, we will add support for multi-threaded PHP
installations, and hopefully we can even keep the same simple C++ API as we
have now.
</p>
@@ -54,7 +54,7 @@
Installation begins with downloading the source code. You can either
download the latest release from
<a href="http://www.php-cpp.com">http://www.php-cpp.com</a>, or get the
- latest bleading edge work-in-progress version from
+ latest bleeding edge work-in-progress version from
<a href="https://github.com/CopernicaMarketingSoftware/PHP-CPP">GitHub</a>.
</p>
<p>
@@ -68,8 +68,8 @@
</p>
<p>
After you've downloaded the software (either from our website, or directly
- from GitHub, change your working directory to the PHP-CPP directly, and open
- the file named "Makefile" in your editor of choice.
+ from GitHub), change your working directory to the PHP-CPP directory, and open
+ the file named "Makefile" with your editor of choice.
</p>
<p>
The Makefile is a file that holds settings and instructions for the compiler.