diff --git a/README.md b/README.md index a4a1ca8e3..77e44496e 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Rest of the command are executed inside `project` folder. paths: '^/shop-api/': allow_origin: ['*'] - allow_headers: ['X-Custom-Auth'] + allow_headers: ['Content-Type'] allow_methods: ['POST', 'PUT', 'GET', 'DELETE'] max_age: 3600 '^/':