]> zoso.dev Git - buffer.git/commitdiff
readme formatting
authorFeross Aboukhadijeh <feross@feross.org>
Fri, 31 Oct 2014 01:27:59 +0000 (18:27 -0700)
committerFeross Aboukhadijeh <feross@feross.org>
Fri, 31 Oct 2014 01:27:59 +0000 (18:27 -0700)
README.md

index 1a03c915487636063d101369785611d610cc642c..c4e20efb205b14bfa780b984f45d12c6c5d68a0d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,21 @@
-# buffer [![build](https://img.shields.io/travis/feross/buffer.svg?style=flat)](https://travis-ci.org/feross/buffer) [![npm](https://img.shields.io/npm/v/buffer.svg?style=flat)](https://npmjs.org/package/buffer) [![npm downloads](https://img.shields.io/npm/dm/buffer.svg?style=flat)](https://npmjs.org/package/buffer) [![gittip](https://img.shields.io/gittip/feross.svg?style=flat)](https://www.gittip.com/feross/)
+# buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][npm-url] [![gratipay][gratipay-image]][gratipay-url]
 
 #### The buffer module from [node.js](http://nodejs.org/), for the browser.
 
-[![Sauce Test Status](https://saucelabs.com/browser-matrix/buffer.svg)](https://saucelabs.com/u/buffer)
-
-[![testling badge](https://ci.testling.com/feross/buffer.png)](https://ci.testling.com/feross/buffer)
+[![saucelabs][saucelabs-image]][saucelabs-url]
+[![testling][testling-image]][testling-url]
+
+[travis-image]: https://img.shields.io/travis/feross/buffer.svg?style=flat
+[npm-image]: https://img.shields.io/npm/v/buffer.svg?style=flat
+[downloads-image]: https://img.shields.io/npm/dm/buffer.svg?style=flat
+[gratipay-image]: https://img.shields.io/gittip/feross.svg?style=flat
+[saucelabs-image]: https://saucelabs.com/browser-matrix/buffer.svg
+[testling-image]: https://ci.testling.com/feross/buffer.png
+[travis-url]: https://travis-ci.org/feross/buffer
+[npm-url]: https://npmjs.org/package/buffer
+[gratipay-url]: https://www.gittip.com/feross
+[saucelabs-url]: https://saucelabs.com/u/buffer
+[testling-url]: https://ci.testling.com/feross/buffer
 
 With [browserify](http://browserify.org), simply `require('buffer')` or use the `Buffer` global and you will get this module.