Skip to content

Commit b2ced47

Browse files
committed
docs(cdn): use jsDelivr to have statistics
1 parent 5a9f2ef commit b2ced47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ npm install bs-custom-file-input --save
5050

5151
CDN | Link
5252
------------ | -------------
53-
unpkg | [`https://unpkg.com/bs-custom-file-input`](https://unpkg.com/bs-custom-file-input)
54-
unpkg, minified | [`https://unpkg.com/bs-custom-file-input/dist/bs-custom-file-input.min.js`](https://unpkg.com/bs-custom-file-input/dist/bs-custom-file-input.min.js)
53+
jsDelivr | [`https://cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.js`](https://cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.js)
54+
jsDelivr, minified | [`https://cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.min.js`](https://cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.min.js)
5555

5656
## How to use it
5757

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h3>Example with label containing a child</h3>
7272
</div>
7373
</div>
7474

75-
<script src="https://unpkg.com/bs-custom-file-input/dist/bs-custom-file-input.min.js"></script>
75+
<script src="https://cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.min.js"></script>
7676
<script>
7777
document.addEventListener('DOMContentLoaded', function() {
7878
bsCustomFileInput.init()

0 commit comments

Comments
 (0)