Skip to content

Commit

Permalink
docs(readme) conxt -> const
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 17, 2016
1 parent 16fdd50 commit 5c81d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ctx = {
}
}

conxt withContext = zames(ctx.log, ctx);
const withContext = zames(ctx.log, ctx);

withContext(1, 2)
.catch((e) => {
Expand Down

0 comments on commit 5c81d07

Please sign in to comment.