Skip to content

Commit

Permalink
Merge pull request #4 from lteacher/doc-fix
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lteacher authored May 5, 2017
2 parents 6119f92 + 3a3d0b4 commit 87e0bc1
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 @@ -29,7 +29,7 @@ lambda.register(handler);
module.exports = lambda.exports();
```

_**Note: ** When using `register`, function names are detected. Different node versions handle function naming differently. You need to consider this when passing function handlers (not hooks). _
_**Note:** When using `register`, function names are detected. Different node versions handle function naming differently. You need to consider this when passing function handlers (not hooks)._



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": "lambda-chain",
"version": "0.1.0",
"version": "0.1.1",
"description": "An AWS lambda handler promies wrapper and chain (i.e middleware) executor",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 87e0bc1

Please sign in to comment.