Skip to content

Commit a3c2b6c

Browse files
committed
Update README.md
1 parent 0c1b883 commit a3c2b6c

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A very lightweight PHP class that re-formats unreadable and computer-generated S
1515
* [7. License](#block7)
1616

1717
<a name="block1"></a>
18-
# 1.Installation
18+
## 1.Installation
1919
Add the following to your `composer.json` file :
2020

2121
```js
@@ -25,9 +25,10 @@ Add the following to your `composer.json` file :
2525
}
2626
}
2727
```
28-
---
28+
29+
2930
<a name="block2"></a>
30-
# 2. Features
31+
## 2. Features
3132

3233
**Human readable SQL formatting**
3334

@@ -38,8 +39,9 @@ Add the following to your `composer.json` file :
3839
- SQL Query Formatter takes data binding seriously.
3940
- Placeholder syntax such as `:variable` or `?` is taken into account and is preserved when formatting.
4041

42+
4143
<a name="block3"></a>
42-
# 3. Usage
44+
## 3. Usage
4345

4446
Sample code:
4547
```php
@@ -93,7 +95,7 @@ WHERE
9395
```
9496

9597
<a name="block4"></a>
96-
# 4. Fully tested
98+
## 4. Fully tested
9799
Testing has been done using PHPUnit and [Travis-CI](https://travis-ci.org). All code has been tested to be compatible from PHP 5.3 up to PHP 5.6 and [HHVM](http://hhvm.com/).
98100

99101
To run the test suite, you need [Composer](http://getcomposer.org):
@@ -102,26 +104,25 @@ To run the test suite, you need [Composer](http://getcomposer.org):
102104
$ php composer.phar install --dev
103105
$ vendor/bin/phpunit
104106
```
105-
---
107+
106108

107109
<a name="block5"></a>
108-
# 5. Author
110+
## 5. Author
109111
Nil Portugués Calderó
110112

111113
- <contact@nilportugues.com>
112114
- [http://nilportugues.com](http://nilportugues.com)
113115

114-
---
116+
115117
<a name="block6"></a>
116-
# 6. Special Thanks
118+
## 6. Special Thanks
117119
I would like to thank the following people:
118120

119121
- Jeremy Dorn <jeremy@jeremydorn.com> for his [sql-formatter](https://github.com/jdorn/sql-formatter) implementation I used as a basis for building this version.
120122

121-
---
122123

123124
<a name="block7"></a>
124-
# 7. License
125+
## 7. License
125126
SQL Query Builder is licensed under the MIT license.
126127

127128
```

0 commit comments

Comments
 (0)