Skip to content

Commit 479f28d

Browse files
committed
Update README.md
remove bad jokes from readme
1 parent 66d100a commit 479f28d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# node-sql
22
_sql string builder for node_
33

4-
Let's be honest - hand generating SQL is no fun, especially in a language which has clumsy support for multi-line strings.
4+
Building SQL statements by hand is no fun, especially in a language which has clumsy support for multi-line strings.
55

6-
But SQL is so good. We need SQL. So let's save the day and generate it with a jQuery-esque fluent interface.
6+
So let's build it with JavaScript.
77

8-
Maybe it's still not fun, but at least it's _less not fun_. That's at least worth a participation award.
8+
Maybe it's still not fun, but at least it's _less not fun_.
99

1010
[![Build Status](https://secure.travis-ci.org/brianc/node-sql.png)](http://travis-ci.org/brianc/node-sql)
1111

0 commit comments

Comments
 (0)