Skip to content

Commit

Permalink
release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Oct 23, 2018
1 parent 61ae2a3 commit 130405a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@

```html
<!-- Unpkg -->
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/disqusjs.css">
<script src="https://unpkg.com/[email protected].2/dist/disqus.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected].4/dist/disqusjs.css">
<script src="https://unpkg.com/[email protected].4/dist/disqus.js"></script>

<!-- jsDelivr -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/disqusjs.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/disqus.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/disqusjs.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/disqus.js"></script>
```

#### 从 NPM 安装
Expand Down
Loading

0 comments on commit 130405a

Please sign in to comment.