Skip to content

Commit

Permalink
Forgot to chain the Listen() call in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeflynn committed Apr 21, 2015
1 parent 9a9bc7f commit b048322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ egg
.AddHook(function(){
console.log("Hook called for: " + this.activeEgg.keys);
console.log(this.activeEgg.metadata);
});
egg.Listen();
})
.Listen();
```

You can also define the easter egg using the constructor:
Expand Down

0 comments on commit b048322

Please sign in to comment.