Skip to content

Commit

Permalink
Updated CMS version
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiozen authored Jan 13, 2017
1 parent e51b098 commit 19f9394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ your public directory and use this `index.html` as a template:

<title>Content Manager</title>
<!-- Include the stylesheets from your site here -->
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.2/dist/cms.css" />
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.3/dist/cms.css" />
<!-- Include a CMS specific stylesheet here -->

</head>
<body>
<script src="https://unpkg.com/netlify-cms@^0.2/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@^0.3/dist/cms.js"></script>
</body>
</html>
```
Expand Down

0 comments on commit 19f9394

Please sign in to comment.