diff --git a/README.md b/README.md index 673cebd..cd95123 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ plugins: [ { resolve: `gatsby-plugin-parsely-analytics`, options: { - apikey: YOUR_PARSELY_APIKEY, + apikey: YOUR_PARSELY_SITE_ID, enableInDevelopment: false // send page views when NODE_ENV !== prod } }