Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44c072c

Browse files
mainiakAurelioDeRosa
authored andcommitted
chore: Added protocol in CDN example of the README
closes #356
1 parent e264b01 commit 44c072c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ npm install github-api
2020

2121
```html
2222
<!-- just github-api source (5.3kb) -->
23-
<script src="//npmcdn.com/github-api/dist/GitHub.min.js"></script>
23+
<script src="https://npmcdn.com/github-api/dist/GitHub.min.js"></script>
2424

2525
<!-- standalone (20.3kb) -->
26-
<script src="//npmcdn.com/github-api/dist/GitHub.bundle.min.js"></script>
26+
<script src="https://npmcdn.com/github-api/dist/GitHub.bundle.min.js"></script>
2727
```
2828

2929
## Compatibility

0 commit comments

Comments
 (0)