Skip to content

Commit eb46721

Browse files
author
Snowflake107
committed
rename
1 parent 1a14fe0 commit eb46721

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
@@ -4,15 +4,15 @@ Use **JSON** as **SQL**.
44
# Installing
55

66
```sh
7-
$ npm i --save jsql
7+
$ npm i --save @devsnowflake/jsql
88
```
99

1010
> Note: This library is very new and does not support most of the statements
1111
1212
# Example
1313

1414
```js
15-
const { Database } = require("jsql");
15+
const { Database } = require("@devsnowflake/jsql");
1616
const db = new Database("./database.json");
1717

1818
// creating a table

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jsql",
2+
"name": "@devsnowflake/jsql",
33
"version": "1.0.0",
44
"description": "Use JSON as SQL.",
55
"main": "index.js",

0 commit comments

Comments
 (0)