From 3780a42971547547b641c55b96543e8cd2c17c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20=D0=B5=CE=9Canw=CA=AC=C4=94bd=C6=8Ev?= Date: Fri, 27 Dec 2013 11:33:16 +0100 Subject: [PATCH] Fix minor typos --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 6bd856e3..87e0da7d 100644 --- a/readme.md +++ b/readme.md @@ -2,13 +2,13 @@ ========================================================= 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.