Skip to content

Commit

Permalink
Merge pull request #66 from linqueta/patch-1
Browse files Browse the repository at this point in the history
add dot in README example
  • Loading branch information
jsumners authored Mar 30, 2020
2 parents ab70a9c + c89e9a3 commit ccff4ea
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 @@ -31,7 +31,7 @@ fastify.get('/', (req, reply) => {
domain: 'example.com',
path: '/'
})
setCookie('bar', 'bar', {
.setCookie('bar', 'bar', {
path: '/',
signed: true
})
Expand Down

0 comments on commit ccff4ea

Please sign in to comment.