Skip to content

Commit

Permalink
Updated example to hapijs 11 of loading plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySoriano5 committed Nov 3, 2015
1 parent ad9ac52 commit ca0a3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Expand Up @@ -23,9 +23,9 @@ npm install hapi-rabbit --save
## Examples
### load plugin
```javascript
plugin.register([
server.register([
{
plugin: require('hapi-rabbit'),
register: require('hapi-rabbit'),
options: {
url: 'amqp://localhost'
}
Expand Down

0 comments on commit ca0a3cf

Please sign in to comment.