Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
troygoode committed Aug 28, 2015
1 parent f0ba539 commit 999af0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -181,9 +181,9 @@ The default configuration is the equivalent of:

```json
{
origin: '*',
methods: 'GET,HEAD,PUT,PATCH,POST,DELETE',
preflightContinue: false
"origin": "*",
"methods": "GET,HEAD,PUT,PATCH,POST,DELETE",
"preflightContinue": false
}
```

Expand Down

0 comments on commit 999af0f

Please sign in to comment.