summaryrefslogtreecommitdiff
path: root/documentation/ten-reasons-for-using-php-cpp.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-07 17:40:55 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-07 17:40:55 +0100
commitdc892b098fc4f2dacf80753f631e4f16c59cd8ee (patch)
tree90e16731f70495a4158895b8c392fcd75c52bc5a /documentation/ten-reasons-for-using-php-cpp.html
parentf41c77c09090df978859e074167ab51b7b5c573d (diff)
small fixes
Diffstat (limited to 'documentation/ten-reasons-for-using-php-cpp.html')
-rw-r--r--documentation/ten-reasons-for-using-php-cpp.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/ten-reasons-for-using-php-cpp.html b/documentation/ten-reasons-for-using-php-cpp.html
index 59f2edf..801d9e0 100644
--- a/documentation/ten-reasons-for-using-php-cpp.html
+++ b/documentation/ten-reasons-for-using-php-cpp.html
@@ -2,7 +2,7 @@
<p>
There are many reasons for using PHP-CPP. Let's name a view.
</p>
-<h4>1. It's blistering fast</h4>
+<h4>1. It's fast</h4>
<p>
Code written in C++ is fast - much faster than code written in PHP. When
you start using C++, you bring down your CPU and memory load, and your
@@ -39,10 +39,10 @@
</p>
<h4>4. Full documentation and annotated source</h4>
<p>
- Many C/C++ programmers seem to find it a matter of honor to make code that
- is unly understood by themselves. We do not agree. The PHP-CPP library is
+ Many programmers find it a matter of honor to make code that
+ can only be understood by themselves. We do not agree. The PHP-CPP library is
fully documented (the documentation can be found on <a href="documentation">
- www.php-cpp.com/documentation</a>), and the library source code is full with
+ www.php-cpp.com/documentation</a>), and the source code is full with
comments and explanations.
</p>
<p>
@@ -105,9 +105,8 @@
</p>
<h4>10. IT IS FREE!</h4>
<p>
- PHP-CPP is an open source technology and free for you to use. We would like
- to hear from you if you like it and what you use it for, but other than that,
- you can use it completely free of charge.
+ PHP-CPP is an open source technology and free for you to use. You would be
+ crazy not to try it.
</p>
<p>
What are you waiting for? <a href="download">Download</a> the library,