🎨 standard
This commit is contained in:
parent
d7934e7525
commit
f4a8fb9eb4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Google API key in the environment. Place the following code in your main process
|
||||||
file, before opening any browser windows that will make geocoding requests:
|
file, before opening any browser windows that will make geocoding requests:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
process.env.GOOGLE_API_KEY='YOUR_KEY_HERE'
|
process.env.GOOGLE_API_KEY = 'YOUR_KEY_HERE'
|
||||||
```
|
```
|
||||||
|
|
||||||
For instructions on how to acquire a Google API key, see
|
For instructions on how to acquire a Google API key, see
|
||||||
|
|
Loading…
Reference in a new issue