Skip to content

Commit

Permalink
Merge branch 'master' of github.com:netlify/netlify-cms
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiozen committed Jan 16, 2017
2 parents 11f7c1e + 19f9394 commit fea9ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
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 fea9ab2

Please sign in to comment.