housekeeping: change git clone URL (#5612)

When `git clone` -ing from github, `https` URLs are (as far as I know) functionally equivalent yet less error prone.
This commit is contained in:
Fergus McDowall
2019-09-27 04:47:29 +02:00
committed by kyle
parent dd6cdf1a48
commit 81cc06f4f8

View File

@@ -11,7 +11,7 @@ Swagger UI includes a development server that provides hot module reloading and
### Steps
1. `git clone git@github.com:swagger-api/swagger-ui.git`
1. `git clone https://github.com/swagger-api/swagger-ui.git`
2. `cd swagger-ui`
3. `npm install`
4. `npm run dev`