Skip to content

Commit

Permalink
Merge pull request #7 from dschenkelman/issues/6
Browse files Browse the repository at this point in the history
Fixes #6 by updating README.md to correctly configure options
  • Loading branch information
mac- committed Sep 18, 2014
2 parents 4781be2 + a41a26d commit 59bb9b6
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 @@ -24,7 +24,7 @@ To install this plugin on your Hapie server, do something similar to this:

var ratifyOptions = {};

server.pack.register({ plugin: require('ratify') }, ratifyOptions, function(err) {
server.pack.register({ plugin: require('ratify'), options: ratifyOptions }, function(err) {
if (err) {
console.log('error', 'Failed loading plugin: ratify');
}
Expand Down

0 comments on commit 59bb9b6

Please sign in to comment.