Skip to content

Commit

Permalink
Merge pull request #1 from zunsthy/patch-1
Browse files Browse the repository at this point in the history
update the example
  • Loading branch information
hbouvier committed Apr 8, 2016
2 parents 8255310 + 6ff403c commit 2ff4400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ npm install node-options
// would serve the "static" html pages.
//
var opts = {
"port" : process.env.PORT | 3000,
"port" : process.env.PORT || 3000,
"verbose" : false
};

Expand Down

0 comments on commit 2ff4400

Please sign in to comment.