Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelyali committed Dec 17, 2018
1 parent 788a2d1 commit 6cafa33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
## Install

```bash
npm i @nestjsx/crud@next @nestjs/typeorm typeorm class-validator class-transformer --save
npm i @nestjsx/crud @nestjs/typeorm typeorm class-validator class-transformer --save
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
## Install

```bash
npm i @nestjsx/crud@next @nestjs/typeorm typeorm class-validator class-transformer --save
npm i @nestjsx/crud @nestjs/typeorm typeorm class-validator class-transformer --save
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjsx/crud",
"version": "1.1.0",
"version": "1.1.1",
"description": "NestJs CRUD for RESTful APIs",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 6cafa33

Please sign in to comment.