diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d222638..0a67a22 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ Before testing, you **must** have Node and the Node Package Manager (NPM) instal 1. Clone this repository by doing `git clone https://github.com/robocin/robocin-website.git`; 2. Install dependencies with `npm install --legacy-peer-deps`; -3. Switch to this branch with `git checkout {THIS BRANCH}`; +3. Switch to this branch with `git checkout {THIS PULL REQUEST'S BRANCH}`; 4. Do `npm run dev` to start the application locally; 5. Go to `http://localhost:3000`.