Merge pull request #13 from google/aliafshar-patch-1

Close script tag in README.md
master
Pascal Hartig 2015-02-11 18:04:09 +00:00
commit 703861d860
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Clone or [download](https://github.com/google/material-design-lite/archive/maste
and reference the following files in your project:
```html
<script src="js/material.min.js">
<script src="js/material.min.js"></script>
<link rel="stylesheet" href="css/material.min.css">
```