Skip to content

Commit

Permalink
changed added correct env var to README
Browse files Browse the repository at this point in the history
  • Loading branch information
CptCompiler committed Nov 15, 2021
1 parent d4013c2 commit 277e2ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
`
`

0 comments on commit 277e2ea

Please sign in to comment.