Skip to content

Commit

Permalink
README: Fix usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Feb 27, 2015
1 parent cc3d904 commit 6d7205d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -14,8 +14,9 @@ npm install git-notifier

```js
var http = require( "http" );
var Notifier = require( "git-notifier" ).Notifer;
var Notifier = require( "git-notifier" ).Notifier;
var notifier = new Notifier();
var server = http.createServer();
server.on( "request", notifier.handler );
server.listen( 8000 );

Expand Down

0 comments on commit 6d7205d

Please sign in to comment.