From b744b1b931f255007d5bc18bf6a2d57fb35665b0 Mon Sep 17 00:00:00 2001 From: Kushan Joshi <0o3ko0@gmail.com> Date: Fri, 19 Feb 2016 17:51:58 +0530 Subject: [PATCH] Incorrect list display in CONTRIBUTION.md The list inside live reload incorrectly displays the list in a single paragraph --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d9863fd1..fd9e2d33a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -172,8 +172,10 @@ into the public directory of your webserver to deploy iD. You can use [live-server](https://www.npmjs.com/package/live-server) *(npm module)* to reload the browser automatically whenever there is a change in code. + 1. run `npm install -g live-server` -2. run `live-server .` or `live-server dist` *(You will be automatically redirected to the local server page.)* +2. run `live-server .` or `live-server dist` + *(You will be automatically redirected to the local server page.)* *(Note: Sometimes auto reload might not display correctly and you might need to rebuild iD by running `make`.)*