Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #6 from JeffreySoriano5/patch-1
Browse files Browse the repository at this point in the history
Updated example to hapijs 11 of loading plugins
  • Loading branch information
aduis committed May 29, 2016
2 parents d4fc4d6 + ca0a3cf commit a08c5c6
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 a08c5c6

Please sign in to comment.