正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
| @@ -6,6 +6,7 @@ | @@ -6,6 +6,7 @@ | ||
| 6 | [![Dependency Status][depstat-image]][depstat-url] | 6 | [![Dependency Status][depstat-image]][depstat-url] |
| 7 | [![NPM downloads][npm-downloads]][npm-url] | 7 | [![NPM downloads][npm-downloads]][npm-url] |
| 8 | [![Test Coverage][coveralls-image]][coveralls-url] | 8 | [![Test Coverage][coveralls-image]][coveralls-url] |
| 9 | +[![MIT License][license-image]][license-url] | ||
| 9 | 10 | ||
| 10 | ![Igloo][igloo-image] | 11 | ![Igloo][igloo-image] |
| 11 | 12 | ||
| @@ -372,9 +373,11 @@ See [nifty-conventions][nifty-conventions] for code guidelines, general project | @@ -372,9 +373,11 @@ See [nifty-conventions][nifty-conventions] for code guidelines, general project | ||
| 372 | 373 | ||
| 373 | ## License | 374 | ## License |
| 374 | 375 | ||
| 375 | -[MIT](LICENSE) | 376 | +[MIT][license-url] |
| 376 | 377 | ||
| 377 | 378 | ||
| 379 | +[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat | ||
| 380 | +[license-url]: LICENSE | ||
| 378 | [nifty-conventions]: https://github.com/niftylettuce/nifty-conventions | 381 | [nifty-conventions]: https://github.com/niftylettuce/nifty-conventions |
| 379 | [npm-image]: http://img.shields.io/npm/v/igloo.svg?style=flat | 382 | [npm-image]: http://img.shields.io/npm/v/igloo.svg?style=flat |
| 380 | [npm-url]: https://npmjs.org/package/igloo | 383 | [npm-url]: https://npmjs.org/package/igloo |
请
注册
或
登录
后发表评论