Skip to content

Commit f8b3115

Browse files
committed
better docs
1 parent e503b8b commit f8b3115

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
![](https://raw.githubusercontent.com/vajahath/sqlify/master/media/sqlify.png)
77

8-
> There are many sql query builders out there. But this one make sense to me :wink:.
8+
> There are many sql query builders out there. But this one make more sense to me :wink:.
99
1010
Used along with [squel](https://www.npmjs.com/package/squel).
1111

@@ -139,7 +139,7 @@ lme.s(query);
139139
> This package currently supports `fields`, `where` and `set`. These are the chain function names from [squel](https://www.npmjs.com/package/squel).<br><br> :green_heart: Find some time to contribute :star: to accommodate other functionalities from [squel](https://www.npmjs.com/package/squel).
140140
141141
## Change log
142-
- v1.0.1, 1.0.2
142+
- v1.0.1, 1.0.2, 1.0.3
143143
- bug fix (in `package.json`)
144144
- better docs
145145

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqlify",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Yet another SQL query builder for Node.js",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)