:art: standard
authorZeke Sikelianos <zeke@sikelianos.com>
Tue, 20 Sep 2016 21:55:45 +0000 (14:55 -0700)
committerZeke Sikelianos <zeke@sikelianos.com>
Tue, 20 Sep 2016 21:55:45 +0000 (14:55 -0700)
docs/api/environment-variables.md

index 9db7ce2..aca4f31 100644 (file)
@@ -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:
 
 ```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