Fix README code indentation

This commit is contained in:
Sam Becker 2023-11-27 20:28:03 -06:00
parent f93e7d156d
commit 5936bcddaf

View File

@ -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