From c4245d64afa9e90e8381f14005b88c2f6eb30bd3 Mon Sep 17 00:00:00 2001 From: Abhinav Sagar <40603139+abhinavsagar@users.noreply.github.com> Date: Thu, 28 Mar 2019 11:08:56 +0530 Subject: [PATCH] Update deployment.md --- developer_docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_docs/deployment.md b/developer_docs/deployment.md index 55369d9b..cbf72b91 100644 --- a/developer_docs/deployment.md +++ b/developer_docs/deployment.md @@ -29,7 +29,7 @@ These are the steps that happen when you deploy the application. You'll only need to do this if you're testing the production environment locally. -Note: The installation steps assume you are using a Unix-like shell. If you are using Windows, you will need to use `copy` in place of `cp`. +Note: The installation steps assume you are using a Unix-like shell. If you are using Windows, you will need to use `copy` instead of `cp`. 1. Clone this repository and `cd` into it 2. `$ npm install`