Skip to content

Commit

Permalink
feat: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoulloao committed Sep 17, 2022
1 parent b4e022b commit 40d797d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function handler (req, res) {
export default withCors(handler)
```

## Defaults options
## Default options
```javascript
export const defaults = {
origin: '*',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel-cors",
"version": "1.0.0-rc2",
"version": "1.0.0",
"description": "Simple CORS module for vercel serverless functions",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit 40d797d

Please sign in to comment.