Skip to content

Commit d409897

Browse files
committed
Update README.md
1 parent d75bc6a commit d409897

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,10 @@ An elegant lightweight and efficient SQL Query Builder with fluid interface SQL
4949

5050
<a name="block1"></a>
5151
## 1. Installation [](#index_block)
52-
The recommended way to install SQL Query Builder is through [Composer](http://getcomposer.org). Just create a ``composer.json`` file and run the ``php composer.phar install`` command to install it:
53-
54-
```json
55-
{
56-
"require": {
57-
"nilportugues/sql-query-builder": "1.0.1"
58-
}
59-
}
52+
The recommended way to install the SQL Query Builder is through [Composer](http://getcomposer.org). Run the following command to install it:
53+
54+
```sh
55+
php composer.phar require nilportugues/sql-query-builder
6056
```
6157

6258
<a name="block2"></a>

0 commit comments

Comments
 (0)