summaryrefslogtreecommitdiff
path: root/documentation/install.html
diff options
context:
space:
mode:
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 b58fe65..d7e5218 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>
@@ -66,8 +66,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.