Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Fix Snippet for Express > 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jmig committed May 20, 2014
1 parent 9cac148 commit 47fe864
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -91,7 +91,6 @@ var host = "127.0.0.1"
var port = 8080

var app = express()
app.use(app.router)

app.get("/", function(request, response) {
response.send(plist.build(
Expand Down

0 comments on commit 47fe864

Please sign in to comment.