Skip to content

Commit e5b8dd9

Browse files
author
Brad Berger
committed
Merge pull request #48 from leocaseiro/patch-1
Fix small syntax issues from README
2 parents 4648411 + dc00d8f commit e5b8dd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's lightweight at ~2.1 kB, and has a lot of configurability.
1818
### RawGit
1919

2020
```html
21-
<script src="https://cdn.rawgit.com/bradberger/angular-material-calendar/master/dist/angular-material-calendar.js"><script>
21+
<script src="https://cdn.rawgit.com/bradberger/angular-material-calendar/master/dist/angular-material-calendar.js"></script>
2222
```
2323

2424
### Bower
@@ -108,7 +108,6 @@ angular.module("materialExample").controller("calendarCtrl", function($scope, $f
108108
return "<p></p>";
109109
};
110110
});
111-
</scr
112111
```
113112

114113
## Hacking On It

0 commit comments

Comments
 (0)