Skip to content

Commit fe35e2d

Browse files
committed
readme formatted
1 parent 0ed4403 commit fe35e2d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
### SQL-to-NOSQL
1+
## SQL-to-NOSQL
22

33
As the name suggests, **sql-to-nosql** lets you run SQL scripts on your NoSQL database.
44

55
### Status
66

77
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. 🤞
88

9-
### Installation
9+
---
10+
11+
## Installation
1012

1113
```bash
1214
npm insall sql-to-nosql
1315
```
1416

15-
### Usage
17+
## Usage
1618

1719
```js
1820
import { SqlToNoSql } from "sql-to-nosql";
@@ -39,7 +41,7 @@ console.log(resp);
3941

4042
---
4143

42-
### Roadmap
44+
## Roadmap
4345

4446
- [ ] Database
4547
- [x] MongoDB

0 commit comments

Comments
 (0)