Skip to content

Commit

Permalink
Update code typo in README.md (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauicode26 authored Mar 10, 2023
1 parent 98912bb commit cea86cf
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 @@ -492,7 +492,7 @@ api.get('/users', (req,res) => {

// Set multiple header values
api.get('/users', (req,res) => {
res.header('someHeader',['foo','bar').send({})
res.header('someHeader',['foo','bar']).send({})
})

// Set multiple header by adding to existing header
Expand Down

0 comments on commit cea86cf

Please sign in to comment.