Skip to content

Commit

Permalink
Merge pull request #9 from yeiniel/8-fix-readme-update-package-install
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
yeiniel authored Feb 27, 2020
2 parents 1cb3e71 + 00a9aec commit cf1019f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ a [REST][rest] API that use the
package. You can install `rest-hal-sequelize` in your project's
directory as usual:

npm install @zephyrec/rest-hal-sequelize --save
npm install @yeiniel/rest-hal-sequelize --save

## Reference Documentation
Reference documentation for this project can be generated from the
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeiniel/rest-hal-sequelize",
"version": "2.0.0",
"version": "2.0.1",
"description": "REST HAL API built on top of Sequelize models using Express.js",
"main": "src/index.js",
"typings": "src/index.d.ts",
Expand Down

0 comments on commit cf1019f

Please sign in to comment.