Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 95cdfac

Browse files
authored
feat: force push, issue with ci/cd flow (#17)
Force push, issue with ci/ci flow
1 parent c88eae8 commit 95cdfac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ This provides a great way to quickly get up and running with prototypes and mock
1414

1515
## Installation
1616

17+
**With NPM**
18+
1719
```bash
1820
$ npm i --save @nestjs-addons/in-memory-db
1921
```
2022

23+
**With Yarn**
24+
25+
```bash
26+
$ yarn add @nestjs-addons/in-memory-db
27+
```
28+
2129
## Video Walkthrough
2230

2331
[![](http://img.youtube.com/vi/eSx6nKDw5PQ/0.jpg)](http://www.youtube.com/watch?v=eSx6nKDw5PQ 'NestJS Addons - In Memory DB - Walkthrough')

0 commit comments

Comments
 (0)