fix typo in readme

Fix typo in readme and
fix the module name in
contributing file.

apply changes
This commit is contained in:
biniam 2017-03-16 23:06:18 -04:00
parent 2f236b884e
commit 3a3b2fd676
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
### Contributing ###
Thank you for your interest in `loopback-context-cls`, an open source project
Thank you for your interest in `loopback-context`, an open source project
administered by StrongLoop.
Contributing to `loopback-context-cls` is easy. In a few simple steps:
Contributing to `loopback-context` is easy. In a few simple steps:
* Ensure that your effort is aligned with the project's roadmap by
talking to the maintainers, especially if you are going to spend a

View File

@ -209,7 +209,7 @@ module.exports = function(options) {
"loopback#token": {}
},
"auth:after": {
"./middleware/set-current-user": {}
"./middleware/store-current-user": {}
}
}
```