Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
lacking 'https:'
  • Loading branch information
nuharaf authored Jan 28, 2019
1 parent e3f13c2 commit 37077ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ npm i v-charts echarts -S
### cdn

```html
<script src="//cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="//cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/v-charts/lib/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/v-charts/lib/index.min.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/v-charts/lib/style.min.css">
```

Expand Down

0 comments on commit 37077ee

Please sign in to comment.