Skip to content

Commit

Permalink
update README, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Apr 21, 2017
1 parent 5c33ab3 commit adc83c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -77,7 +77,7 @@ new Vue({
* For browser is available pre-build UMD version by simply including `dist/vuelayers.umd.min.js` and `vuelayers.umd.min.css` files
on the page after VueJS.
Or use from CDN like [unpkg.org](https://unpkg.com).
* [https://unpkg.com/vuelayers@latest](https://unpkg.com/vuelayers@latest/dist/vuelayers.umd.min.js)
* [https://unpkg.com/vuelayers@latest/dist/vuelayers.umd.min.js](https://unpkg.com/vuelayers@latest/dist/vuelayers.umd.min.js)
* [https://unpkg.com/vuelayers@latest/dist/vuelayers.umd.min.css](https://unpkg.com/vuelayers@latest/dist/vuelayers.umd.min.css)

* For NodeJS is available CommonJS version (it is included by default) from `dist/vuelayers.cjs.js` and
Expand Down
2 changes: 1 addition & 1 deletion docs/install.html
Expand Up @@ -82,7 +82,7 @@ <h3><a id="Basic_example_with_full_import_37"></a>Basic example with full import
on the page after VueJS.<br>
Or use from CDN like <a href="https://unpkg.com">unpkg.org</a>.</p>
<ul>
<li><a href="https://unpkg.com/vuelayers@latest/dist/vuelayers.umd.min.js">https://unpkg.com/vuelayers@latest</a></li>
<li><a href="https://unpkg.com/vuelayers@latest/dist/vuelayers.umd.min.js">https://unpkg.com/vuelayers@latest/dist/vuelayers.umd.min.js</a></li>
<li><a href="https://unpkg.com/vuelayers@latest/dist/vuelayers.umd.min.css">https://unpkg.com/vuelayers@latest/dist/vuelayers.umd.min.css</a></li>
</ul>
</li>
Expand Down

0 comments on commit adc83c6

Please sign in to comment.