1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-07 06:36:44 +02:00

readme.md: typos

This commit is contained in:
Emmanuel еΜanwʬĔbdƎv
2014-01-21 10:43:31 +01:00
committed by David Grudl
parent 8ddbb41a1f
commit 8ed72797e3

View File

@@ -2,15 +2,15 @@
=========================================================
Database access functions in PHP are not standardised. This library
hides the differences between them, a above all, it gives you a very handy interface.
hides the differences between them, and above all, it gives you a very handy interface.
The best way how to install Dibi is to use a [Composer](http://getcomposer.org/download):
The best way to install Dibi is to use a [Composer](http://getcomposer.org/download):
php composer.phar require dibi/dibi
Or you can download a latest package from http://dibiphp.com. In this
Or you can download the latest package from http://dibiphp.com. In this
package is also `Dibi.minified`, shrinked single-file version of whole Dibi,
useful when you don't want to modify library, but just use it.
useful when you don't want to modify the library, but just use it.
Dibi requires PHP 5.2.0 or later. It has been tested with PHP 5.5 too.