From 4f4c8e2a3c709b9214c31752ad38d53b59dcab36 Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Tue, 9 Oct 2012 18:51:17 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c818eb0a..5eeeddc5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ unpack and start using it. If you like swagger-ui as-is, stop here. You can rebuild swagger-ui on your own to tweak it or just so you can say you did. To do so, follow these steps: 1. Install [CoffeeScript](http://coffeescript.org/#installation) which will give you [cake](http://coffeescript.org/#cake) -2, Install handlebars using 'npm install handlebars -g' +2. Install handlebars using 'npm install handlebars -g' 3. Run cake dist 4. You should see the distribution under the dist folder. Open ./dist/index.html to launch Swagger UI in a browser