From 4c0ba662bcb12206d0ea8c4f3cc72c82e8561fdd Mon Sep 17 00:00:00 2001 From: trivedigaurav Date: Wed, 6 Aug 2014 13:25:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0a4993..8bdf349 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To get started, install the pre-requisites and then clone emr-vis-web as describ * Download the angular code and javascript dependencies via `bower` - a [client-side code package manager][bower]. * And set the config variables using `grunt` - a [javascript task runner][grunt]. -3. (Skip this step to leave default settings as it is.) +* (Skip this step to leave default settings as it is.) In case you need to change the backend service's path, edit the `config.backend` variable in _package.json_ **or** use the following commands: ```