Skip to content

Commit debf0cf

Browse files
committed
Readme: follow common formats more closely
1 parent fe912b9 commit debf0cf

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

Readme.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
NProgress
22
=========
33

4+
> Minimalist progress bar
5+
46
Slim progress bars for Ajax'y applications. Inspired by Google, YouTube, and
57
Medium.
68

9+
[![Status](https://api.travis-ci.org/rstacruz/nprogress.svg?branch=master)](http://travis-ci.org/rstacruz/nprogress)
10+
[![npm version](https://img.shields.io/npm/v/nprogress.png)](https://npmjs.org/package/nprogress "View this project on npm")
711

812
Installation
913
------------
@@ -19,8 +23,14 @@ NProgress is available via [bower] and [npm].
1923

2024
$ npm install --save nprogress
2125

26+
Also available via [unpkg] CDN:
27+
28+
- https://unpkg.com/nprogress@0.2.0/nprogress.js
29+
- https://unpkg.com/nprogress@0.2.0/nprogress.css
30+
2231
[bower]: http://bower.io/search/?q=nprogress
2332
[npm]: https://www.npmjs.org/package/nprogress
33+
[unpkg]: https://unpkg.com/
2434

2535
Basic usage
2636
-----------
@@ -192,16 +202,15 @@ __Questions__: ask them at StackOverflow with the tag *nprogress*.<br>
192202
__Chat__: join us at gitter.im.<br>
193203
[![Chat](http://img.shields.io/badge/gitter-rstacruz / nprogress-brightgreen.svg)]( https://gitter.im/rstacruz/nprogress )
194204

195-
[default template]:
196-
https://github.com/rstacruz/nprogress/blob/master/nprogress.js#L31
205+
[default template]: https://github.com/rstacruz/nprogress/blob/master/nprogress.js#L31
197206
[Turbolinks]: https://github.com/rails/turbolinks
198207
[nprogress.js]: http://ricostacruz.com/nprogress/nprogress.js
199208
[nprogress.css]: http://ricostacruz.com/nprogress/nprogress.css
200209

201210
Thanks
202211
------
203212

204-
**NProgress** © 2013-2014, Rico Sta. Cruz. Released under the [MIT License].<br>
213+
**NProgress** © 2013-2017, Rico Sta. Cruz. Released under the [MIT License].<br>
205214
Authored and maintained by Rico Sta. Cruz with help from [contributors].
206215

207216
> [ricostacruz.com](http://ricostacruz.com) &nbsp;&middot;&nbsp;
@@ -211,6 +220,5 @@ Authored and maintained by Rico Sta. Cruz with help from [contributors].
211220
[MIT License]: http://mit-license.org/
212221
[contributors]: http://github.com/rstacruz/nprogress/contributors
213222

214-
[![Status](https://api.travis-ci.org/rstacruz/nprogress.svg?branch=master)](http://travis-ci.org/rstacruz/nprogress)
215-
[![npm version](https://img.shields.io/npm/v/nprogress.png)](https://npmjs.org/package/nprogress "View this project on npm")
216-
[![spm package](http://spmjs.io/badge/nprogress)](http://spmjs.io/package/nprogress)
223+
[![](https://img.shields.io/github/followers/rstacruz.svg?style=social&label=@rstacruz)](https://github.com/rstacruz) &nbsp;
224+
[![](https://img.shields.io/twitter/follow/rstacruz.svg?style=social&label=@rstacruz)](https://twitter.com/rstacruz)

0 commit comments

Comments
 (0)