Skip to content

Commit 83dbeda

Browse files
committed
Update README.md
1 parent fa32a1c commit 83dbeda

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,11 @@ A very lightweight PHP class that re-formats unreadable or computer-generated SQ
1616

1717
<a name="block1"></a>
1818
## 1.Installation
19-
Add the following to your `composer.json` file :
20-
21-
```js
22-
{
23-
"require": {
24-
"nilportugues/sql-query-formatter": "1.1.0"
25-
}
26-
}
27-
```
19+
The recommended way to install the SQL Query Formatter is through [Composer](http://getcomposer.org). Run the following command to install it:
2820

21+
```sh
22+
php composer.phar require nilportugues/sql-query-formatter
23+
```
2924

3025
<a name="block2"></a>
3126
## 2. Features

0 commit comments

Comments
 (0)