Fix README code indentation
This commit is contained in:
parent
f93e7d156d
commit
5936bcddaf
20
README.md
20
README.md
@ -77,16 +77,16 @@ Installation
|
||||
```
|
||||
[{
|
||||
"AllowedHeaders": ["*"],
|
||||
"AllowedMethods": [
|
||||
"GET",
|
||||
"PUT"
|
||||
],
|
||||
"AllowedOrigins": [
|
||||
"http://localhost:*",
|
||||
"https://{VERCEL_PROJECT_NAME}*.vercel.app"
|
||||
"{PRODUCTION_DOMAIN}",
|
||||
],
|
||||
"ExposeHeaders": []
|
||||
"AllowedMethods": [
|
||||
"GET",
|
||||
"PUT"
|
||||
],
|
||||
"AllowedOrigins": [
|
||||
"http://localhost:*",
|
||||
"https://{VERCEL_PROJECT_NAME}*.vercel.app"
|
||||
"{PRODUCTION_DOMAIN}",
|
||||
],
|
||||
"ExposeHeaders": []
|
||||
}]
|
||||
```
|
||||
- Store configuration
|
||||
|
||||
Loading…
Reference in New Issue
Block a user