diff --git a/src/tasks/http-headers/README.md b/src/tasks/http-headers/README.md index 966f30d..00faf57 100644 --- a/src/tasks/http-headers/README.md +++ b/src/tasks/http-headers/README.md @@ -12,7 +12,7 @@ plugins: [ { resolve: `gatsby-plugin-postbuild`, options: { - 'netlify-headers': { + 'http-headers': { enabled: true, // Enable the task provider: 'netlify', // Headers config file provider [netlify, vercel, firebase] headers: { @@ -49,4 +49,4 @@ plugins: [ } } ] -``` \ No newline at end of file +```