Skip to content

Commit 7bcc5b3

Browse files
committed
updated readme
1 parent 6bbe419 commit 7bcc5b3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ No Build steps!, No Frameworks!, Just include the script and use it in any html
88
<script type="text/javascript" src="rapidoc-min.js"></script>
99
</head>
1010
<body>
11-
<rapi-doc spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json" ></rapi-doc>
11+
<rapi-doc
12+
spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
13+
></rapi-doc>
1214
</body>
1315
</html>
1416
```

docs/example5.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
else if(attr==="spec-url"){
4040
arr = [
4141
"https://api.apis.guru/v2/specs/amazonaws.com/acm/2015-12-08/swagger.json"
42-
, "https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json",
43-
,"http://developer.twinehealth.com/swagger.json"
42+
,"https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json",
43+
,"https://api.apis.guru/v2/specs/appveyor.com/0.20181229.0/swagger.json"
4444
,"https://raw.githubusercontent.com/APIs-guru/unofficial_openapi_specs/master/github.com/v3/swagger.yaml"
45-
,"https://fakerestapi.azurewebsites.net/swagger/docs/v1"
45+
,"https://api.apis.guru/v2/specs/box.com/content/2.0/swagger.json"
4646
,"https://api.apis.guru/v2/specs/twilio.com/2010-04-01/swagger.json"
4747
,"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/uspto.yaml"
4848
,"https://api.apis.guru/v2/specs/stackexchange.com/2.0/swagger.json"

0 commit comments

Comments
 (0)