Skip to content

Commit 14146b0

Browse files
freealldougwilson
authored andcommitted
docs: fix quote style in examples
closes #26
1 parent e323e2d commit 14146b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var app = express()
6262
app.use(cookieParser())
6363

6464
app.get('/', function(req, res) {
65-
console.log("Cookies: ", req.cookies)
65+
console.log('Cookies: ', req.cookies)
6666
})
6767

6868
app.listen(8080)

0 commit comments

Comments
 (0)