From f4a8fb9eb475d7665370f38d0c949a40ee115692 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 20 Sep 2016 14:55:45 -0700 Subject: [PATCH] :art: standard --- docs/api/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/environment-variables.md b/docs/api/environment-variables.md index 9db7ce2aaf..aca4f31cbd 100644 --- a/docs/api/environment-variables.md +++ b/docs/api/environment-variables.md @@ -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