From 8ff56d8a3ced4eaf5f308c1ae4ff64839d567a88 Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Wed, 4 Nov 2015 13:39:11 -0800 Subject: [PATCH] reuse --- cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index 94cdf9b..d176165 100644 --- a/cli/README.md +++ b/cli/README.md @@ -54,7 +54,7 @@ After creating the new key, you can specify its value using the `--accessKey` fl code-push login --accessKey ``` -After using the key, if you want to log out of your current session, but still want to be able to re-use the same key for future logins, run the following command: +After using the key, if you want to log out of your current session, but still want to be able to reuse the same key for future logins, run the following command: ``` code-push logout --local @@ -153,4 +153,4 @@ Once you've tested an update to a specific deployment, and you want to promote i ``` code-push promote code-push promote MyApp Staging Production -``` \ No newline at end of file +```