We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e264b01 commit 44c072cCopy full SHA for 44c072c
README.md
@@ -20,10 +20,10 @@ npm install github-api
20
21
```html
22
<!-- just github-api source (5.3kb) -->
23
-<script src="//npmcdn.com/github-api/dist/GitHub.min.js"></script>
+<script src="https://npmcdn.com/github-api/dist/GitHub.min.js"></script>
24
25
<!-- standalone (20.3kb) -->
26
-<script src="//npmcdn.com/github-api/dist/GitHub.bundle.min.js"></script>
+<script src="https://npmcdn.com/github-api/dist/GitHub.bundle.min.js"></script>
27
```
28
29
## Compatibility
0 commit comments