Skip to content

Commit 41de0fe

Browse files
authored
Update README.md
1 parent ec2efb5 commit 41de0fe

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
[![Build Status](https://travis-ci.org/zeroturnaround/sql-formatter.svg?branch=master)](https://travis-ci.org/zeroturnaround/sql-formatter)
44
[![Coverage Status](https://coveralls.io/repos/github/zeroturnaround/sql-formatter/badge.svg?branch=master)](https://coveralls.io/github/zeroturnaround/sql-formatter?branch=master)
55

6-
A whitespace formatter for different query languages.
6+
**SQL Formatter** is a whitespace formatter for different query languages.
7+
8+
[See the demo](https://zeroturnaround.github.io/sql-formatter/).
79

810
## Installation
911

10-
To install the newest version:
12+
To install the newest version from NPM:
1113

1214
```
1315
npm install --save sql-formatter
@@ -51,6 +53,10 @@ sqlFormatter.format("sql", "SELECT * FROM table1 WHERE foo = bar");
5153
sqlFormatter.format("n1ql", "SELECT fname, email FROM tutorial USE KEYS ['dave', 'ian'];");
5254
```
5355

56+
## Contribute
57+
58+
> TODO
59+
5460
## Influence
5561

5662
SQL Formatter core logic is influenced by a PHP version of [SQL Formatter by Jeremy Dorn](https://github.com/jdorn/sql-formatter).

0 commit comments

Comments
 (0)