Docs: change unpkg links to pull 0.4 release (#455)

* Docs: change unpkg links to pull 0.4 release
This commit is contained in:
Jessica Parsons
2017-06-24 03:12:52 +01:00
committed by Benaiah Mischenko
parent ff2cc154e1
commit 37cce53971
4 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ CMS.registerPreviewStyle(file);
**Example:**
```html
// index.html
<script src="https://unpkg.com/netlify-cms@^0.x/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
<script>
CMS.registerPreviewStyle("/example.css");
</script>
@ -67,7 +67,7 @@ Registers a template for a collection.
**Example:**
```html
<script src="https://unpkg.com/netlify-cms@^0.x/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
<script>
var PostPreview = createClass({
render: function() {