diff --git a/README.md b/README.md index 99e8fa0..c6b7690 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ > Location is a Statamic addon that adds a location field using the google places api. - - ## How to Install Run the following command from your project root: @@ -14,10 +12,11 @@ composer require tfd/statamic-redirects ## How to Use -Set the google API key via .env `GOOGLE_MAPS_API_KEY` +Set the google API key via .env `MIX_GOOGLE_API_KEY` ## Development Notes + - Run `npm install` from the packages root directory - Run `npm run watch` during development - Run `npm run production` at the end to create the distribution files -` + `