Skip to content

Commit 13cab8f

Browse files
committed
changed readme installation position
1 parent d5d4e59 commit 13cab8f

File tree

3 files changed

+35
-17
lines changed

3 files changed

+35
-17
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ As the name suggests, **sql-to-nosql** lets you run SQL scripts on your NoSQL da
44
---
55
The project is under active development and is not yet ready to use in production. I'm aiming to launch *v-1.0* by November 2023 with some of the most common sql operations. 🤞
66

7+
### Installation
8+
---
9+
```bash
10+
npm insall sql-to-nosql
11+
```
712

813
### Roadmap
914
- [ ] Database
@@ -47,9 +52,4 @@ The project is under active development and is not yet ready to use in productio
4752
- [ ] IS NOT NULL
4853

4954

50-
### Installation
51-
---
52-
```bash
53-
npm insall sql-to-nosql
54-
```
5555

package-lock.json

Lines changed: 29 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"typescript": "^5.2.2"
2020
},
2121
"dependencies": {
22-
"sql-to-nosql": "^0.0.2"
22+
"sql-to-nosql": "^0.0.3"
2323
}
2424
}

0 commit comments

Comments
 (0)