Skip to content

Commit cee24f3

Browse files
committed
integrity hash fix in github readme
1 parent 4fb3734 commit cee24f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can use it in your website/blog and show off your DEV.to articles :sunflower
2323
<dev-widget data-username="saurabhdaware"></dev-widget>
2424

2525
<!-- Place script tag before the end of the body tag -->
26-
<script src="https://unpkg.com/[email protected].2/dist/card.component.mjs" type="module" integrity="sha384-755Jblzb17ugkA3KRCLz4XS8CPb3xEwBdBMk8ZBw51agtKmppILXMJrKvuTRkUhy"></script>
26+
<script src="https://unpkg.com/[email protected].3/dist/card.component.mjs" type="module"></script>
2727
```
2828

2929

@@ -57,7 +57,7 @@ So a full example would look something like
5757
<dev-widget data-username="saurabhdaware" data-width="320px" data-limit="3" data-name="Saurabh 😎"></dev-widget>
5858

5959
<!-- Place script tag before the end of the body tag -->
60-
<script src="https://unpkg.com/[email protected].2/dist/card.component.mjs" type="module" integrity="sha384-755Jblzb17ugkA3KRCLz4XS8CPb3xEwBdBMk8ZBw51agtKmppILXMJrKvuTRkUhy"></script>
60+
<script src="https://unpkg.com/[email protected].3/dist/card.component.mjs" type="module"></script>
6161
```
6262

6363
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev-widget",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Unofficial Widget of DEV",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<body>
77
<dev-widget data-username="saurabhdaware"></dev-widget>
88
<script src="card.component.mjs" type="module"></script>
9-
<!-- <script src="https://unpkg.com/[email protected].2/dist/card.component.mjs" type="module"> -->
9+
<!-- <script src="https://unpkg.com/[email protected].3/dist/card.component.mjs" type="module"> -->
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)