jsmodules / angular-material-calendar

A calendar directive for AngularJS and Angular Material Design
https://angular-material-calendar.bradb.net/
Mozilla Public License 2.0
182 stars 86 forks source link

Spelling Error in website code #87

Open vontell opened 8 years ago

vontell commented 8 years ago

On https://angular-material-calendar.bradb.net/#, the code for installing via raw git uses the line <script src="https://cdn.rawgit.com/bradberger/angular-material-calendar/master/dist/angular-material-calendar.js"><script>, but should be <script src="https://cdn.rawgit.com/bradberger/angular-material-calendar/master/dist/angular-material-calendar.js"></script> (missing the closing /). This error is not present in the readme.