Skip to content

Commit

Permalink
fix README example syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
stve committed Apr 13, 2016
1 parent f11c7e5 commit 075e495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ config.cookies = {
```ruby
config.cookies = {
samesite: {
strict: { only: [`_rails_session`] },
lax: { only: [`_guest`] }
strict: { only: ['_rails_session'] },
lax: { only: ['_guest'] }
}
}
```
Expand Down

0 comments on commit 075e495

Please sign in to comment.