Merge pull request #26 from strongloop/fix/readme-typo

fix typo in readme
This commit is contained in:
Miroslav Bajtoš 2017-03-17 16:13:34 +01:00 committed by GitHub
commit ebdbb7bfe7
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": {}
}
}
```