Skip to content

Commit b3e4725

Browse files
authored
Update README.md
1 parent d7ef54c commit b3e4725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ node-mysql 的常用操作封装,与 ThinkPHP 的查询器类似
1414
```sh
1515
npm install @xqj/mysql
1616
```
17-
OR
17+
1818

1919
## Introduction
2020

@@ -217,4 +217,4 @@ db.name('teacher').where('username', '').select(function(query, db) {
217217
```js
218218
db.config('prefix')
219219
//return 'sc_'
220-
```
220+
```

0 commit comments

Comments
 (0)