Skip to content

Commit

Permalink
docs: fix quote style in examples
Browse files Browse the repository at this point in the history
closes #26
  • Loading branch information
freeall authored and dougwilson committed May 20, 2016
1 parent e323e2d commit 14146b0
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 @@ -62,7 +62,7 @@ var app = express()
app.use(cookieParser())

app.get('/', function(req, res) {
console.log("Cookies: ", req.cookies)
console.log('Cookies: ', req.cookies)
})

app.listen(8080)
Expand Down

0 comments on commit 14146b0

Please sign in to comment.