From 39f72dc04d8b9aa2ab7680694c69f2b86fade1b0 Mon Sep 17 00:00:00 2001 From: Fureigh Date: Wed, 31 May 2017 11:54:31 -0700 Subject: [PATCH] Add periods and such to CI section of README ...to improve readability. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fd8850a..7d4db75e 100644 --- a/README.md +++ b/README.md @@ -182,15 +182,15 @@ uaac client add \ ### CI This project uses CircleCI. -- You will need to setup the credentials to deploy to the `dashboard-prod` and `dashboard-stage` spaces. - - In both spaces run: `cf create-service cloud-gov-service-account space-deployer dashboard-deployer` - - You will get the link for that space's credentials by running `cf service dashboard-deployer` +- You will need to set up the credentials to deploy to the `dashboard-prod` and `dashboard-stage` spaces. + - In both spaces run: `cf create-service cloud-gov-service-account space-deployer dashboard-deployer`. + - You will get the link for that space's credentials by running `cf service dashboard-deployer`. - You will need to set these [**secret**](https://circleci.com/docs/1.0/environment-variables/#setting-environment-variables-for-all-commands-without-adding-them-to-git) variables in the [CircleCI UI](https://circleci.com/gh/18F/cg-dashboard/edit#env-vars). - `CF_USERNAME_PROD_SPACE` - The username for the `dashboard-prod` deployer - `CF_PASSWORD_PROD_SPACE` - The password for the `dashboard-prod` deployer - `CF_USERNAME_STAGE_SPACE` - The username for the `dashboard-stage` deployer - `CF_PASSWORD_STAGE_SPACE` - The password for the `dashboard-stage` deployer -- In case you fork this project for your own use (no need to do this if forking to make a pull request), you will need to use the CircleCI CLI UI to set the variables +- If you fork this project for your own use, you will need to use the CircleCI CLI UI to set the variables. (If you're forking just to make a pull request, there's no need to do this.) ### Optional features