Skip to content

Commit

Permalink
Merge a41a26d into 4781be2
Browse files Browse the repository at this point in the history
  • Loading branch information
dschenkelman committed Sep 18, 2014
2 parents 4781be2 + a41a26d commit 50c2515
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 50c2515

Please sign in to comment.