Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
geek committed Mar 22, 2013
1 parent 7908306 commit 7314df0
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 @@ -15,7 +15,7 @@ var Hapi = require('hapi');
var server = new Hapi.Server();
var options = {
webSocketPort: 3000,
debugEndpoing: '/debug/console',
debugEndpoint: '/debug/console',
queryKey: 'debug'
};

Expand Down

0 comments on commit 7314df0

Please sign in to comment.