From 54a1a049dc0e40849f5b9e524351be47050ffdf9 Mon Sep 17 00:00:00 2001 From: Thomas Kelly Date: Thu, 27 Jul 2017 09:40:59 -0400 Subject: [PATCH] slight wording fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42904b8..befa210 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Ready to go world wide? Here's a guide to deployment! ### When you're ready to deploy 1. Make sure that all your work is fully committed and pushed to your master branch on Github. -2. Checkout a new branch called "deploy": `git checkout -b deploy`. If you currently have an existing branch called "deploy", delete it now (`git branch -d deploy`). Note that the name "deploy" here isn't magical, but it needs to match the name of the branch we specify in step 3d. +2. Checkout a new branch called "deploy": `git checkout -b deploy`. If you currently have an existing branch called "deploy", delete it now (`git branch -d deploy`). Note that the name "deploy" here isn't magical, but it needs to match the name of the branch we specify when we push to our heroku remote. 3. `npm run deploy` - this will cause the following commands to happen in order: - `webpack -p`: webpack will run in "production mode" - `git add -f public/bundle.js public/bundle.js/map`: "force" add the otherwise gitignored build files