Skip to content

Commit 807ce0c

Browse files
committed
Modify readme & package.json
1 parent 7f9581a commit 807ce0c

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img width="200px" src="https://i.postimg.cc/hv15fZR4/nusql-logo.png" alt="nusql logo">
33
</p>
44

5-
<h1 align="center">Simplified SQL Query Builder</h1>
5+
<h1 align="center">Simplified SQL Query Builder for Node.js</h1>
66
<div align="center">
77
<a href="https://github.com/othastudio/nusql/blob/main/LICENSE">
88
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License">

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@
1515
"nuclea",
1616
"sql",
1717
"query-builder",
18-
"database"
18+
"database",
19+
"typescript",
20+
"javascript",
21+
"npm-package",
22+
"sql-query",
23+
"raw-sql",
24+
"database-connector",
25+
"sql-helper",
26+
"data-access",
27+
"database-interaction",
28+
"typescript-library"
1929
],
2030
"author": "Othmane Nejdi",
2131
"license": "MIT",
@@ -30,4 +40,4 @@
3040
"engines": {
3141
"node": ">=14.0.0"
3242
}
33-
}
43+
}

0 commit comments

Comments
 (0)