Skip to content

Commit c29ec3f

Browse files
committed
doc tweaks
1 parent 827e7d7 commit c29ec3f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#node-postgres
22

3-
Non-blocking (async) JavaScript PostgreSQL client for node.js written fully TDD
3+
Non-blocking (async) JavaScript PostgreSQL client for node.js written
4+
fully TDD and with lots of love.
45

56
## alpha version
67

@@ -31,6 +32,7 @@ Non-blocking (async) JavaScript PostgreSQL client for node.js written fully TDD
3132

3233
var cachedPreparedStatement = client.query({
3334
name: 'user by heart type',
35+
//you can omit the text the 2nd time, but you don't have to
3436
values: ['filled with kisses']
3537
});
3638
cachedPreparedStatement.on('row', printRow);
@@ -55,13 +57,15 @@ And just like magic, you're ready to contribute! <3
5557

5658
## More info please
5759

58-
Srsly check out the [[wiki]]. MUCH more information there.
60+
### Documentalicious
61+
62+
Srsly check out the [WIKI](wiki). MUCH more information there.
5963

6064
p.s. want your own offline version of the wiki?
6165

6266
git clone git://github.com/brianc/node-postgres.wiki.git
6367

64-
__github is magic__
68+
_github is magic_
6569

6670
### Why?
6771

@@ -96,4 +100,4 @@ and possibly obsessive test coverage to back up.
96100

97101
## License
98102

99-
node-postgres is licensed under the MIT license.
103+
node-postgres is licensed under the [MIT license](License).

0 commit comments

Comments
 (0)