From a03e0a4f603ec2ff97d620e88625e61f417e4f68 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 29 Dec 2014 17:54:14 -0800 Subject: [PATCH] removed handlebars reference --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b99e459..e724a1cb 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,9 @@ You can use the swagger-ui code AS-IS! No need to build or recompile--just clon ### Build 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 [handlebars](http://handlebarsjs.com/) -2. npm install -3. npm run-script build -4. You should see the distribution under the dist folder. Open ./dist/index.html to launch Swagger UI in a browser +1. npm install +2. npm run-script build +3. You should see the distribution under the dist folder. Open ./dist/index.html to launch Swagger UI in a browser ### Use Once you open the Swagger UI, it will load the [Swagger Petstore](http://petstore.swagger.wordnik.com/api/api-docs) service and show its APIs. You can enter your own server url and click explore to view the API.