Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 12, 2014
1 parent 49e3e68 commit 901388b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -151,7 +151,9 @@ Named for the NBA's all-time leading scorer Kareem Abdul-Jabbar, known for his m

```javascript

hooks.execPost('cook', null, [], function() {
hooks.execPost('cook', null, [1], function(error, eggs) {
assert.ifError(error);
assert.equal(1, eggs);
done();
});

Expand Down

0 comments on commit 901388b

Please sign in to comment.