We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa32a1c commit 83dbedaCopy full SHA for 83dbeda
README.md
@@ -16,16 +16,11 @@ A very lightweight PHP class that re-formats unreadable or computer-generated SQ
16
17
<a name="block1"></a>
18
## 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
-```
+The recommended way to install the SQL Query Formatter is through [Composer](http://getcomposer.org). Run the following command to install it:
28
+```sh
+php composer.phar require nilportugues/sql-query-formatter
+```
29
30
<a name="block2"></a>
31
## 2. Features
0 commit comments