Skip to content

Commit

Permalink
integrity hash fix in github readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Oct 21, 2019
1 parent 4fb3734 commit cee24f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can use it in your website/blog and show off your DEV.to articles :sunflower
<dev-widget data-username="saurabhdaware"></dev-widget>

<!-- Place script tag before the end of the body tag -->
<script src="https://unpkg.com/dev-widget@1.0.2/dist/card.component.mjs" type="module" integrity="sha384-755Jblzb17ugkA3KRCLz4XS8CPb3xEwBdBMk8ZBw51agtKmppILXMJrKvuTRkUhy"></script>
<script src="https://unpkg.com/dev-widget@1.0.3/dist/card.component.mjs" type="module"></script>
```


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

<!-- Place script tag before the end of the body tag -->
<script src="https://unpkg.com/dev-widget@1.0.2/dist/card.component.mjs" type="module" integrity="sha384-755Jblzb17ugkA3KRCLz4XS8CPb3xEwBdBMk8ZBw51agtKmppILXMJrKvuTRkUhy"></script>
<script src="https://unpkg.com/dev-widget@1.0.3/dist/card.component.mjs" type="module"></script>
```

---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev-widget",
"version": "1.0.2",
"version": "1.0.3",
"description": "Unofficial Widget of DEV",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<body>
<dev-widget data-username="saurabhdaware"></dev-widget>
<script src="card.component.mjs" type="module"></script>
<!-- <script src="https://unpkg.com/dev-widget@1.0.2/dist/card.component.mjs" type="module"> -->
<!-- <script src="https://unpkg.com/dev-widget@1.0.3/dist/card.component.mjs" type="module"> -->
</body>
</html>

0 comments on commit cee24f3

Please sign in to comment.