Explorar el Código

Update README.md

removed per #688
bubble
Tony Tam hace 10 años
padre
commit
cdd02ad8a3
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. +3
    -4
      README.md

+ 3
- 4
README.md Ver fichero

@@ -32,10 +32,9 @@ You can use the swagger-ui code AS-IS! No need to build or recompile--just clon
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. install java
3. npm install
4. npm run-script build
5. You should see the distribution under the dist folder. Open ./dist/index.html to launch Swagger UI in a browser
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

### 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.


Cargando…
Cancelar
Guardar