Skip to content

Commit 51d7bc5

Browse files
committed
format readme
1 parent 3d5ad5a commit 51d7bc5

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# nodeMemoryDB #
2-
## npm install nodeMemoryDB ##
3-
###t his is a simple memory DB service build in nodejs ###
4-
### after install,then input npm run start ,this will run listen 81 port ,start a server as a memory DB. ###
1+
# nodeMemoryDB
2+
## npm install nodeMemoryDB
3+
this is a simple memory DB service build in nodejs
4+
after install,then input
5+
## npm run start
6+
,this will run listen 81 port ,start a server as a memory DB.
7+
8+
```javascript
9+
npm install nodeMemoryDB
10+
npm run start
11+
```

0 commit comments

Comments
 (0)