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": ["*"],
|
"AllowedHeaders": ["*"],
|
||||||
"AllowedMethods": [
|
"AllowedMethods": [
|
||||||
"GET",
|
"GET",
|
||||||
"PUT"
|
"PUT"
|
||||||
],
|
],
|
||||||
"AllowedOrigins": [
|
"AllowedOrigins": [
|
||||||
"http://localhost:*",
|
"http://localhost:*",
|
||||||
"https://{VERCEL_PROJECT_NAME}*.vercel.app"
|
"https://{VERCEL_PROJECT_NAME}*.vercel.app"
|
||||||
"{PRODUCTION_DOMAIN}",
|
"{PRODUCTION_DOMAIN}",
|
||||||
],
|
],
|
||||||
"ExposeHeaders": []
|
"ExposeHeaders": []
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
- Store configuration
|
- Store configuration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user