]> zoso.dev Git - buffer.git/commitdiff
readme
authorFeross Aboukhadijeh <feross@feross.org>
Tue, 8 Apr 2014 09:09:27 +0000 (02:09 -0700)
committerFeross Aboukhadijeh <feross@feross.org>
Tue, 8 Apr 2014 09:09:27 +0000 (02:09 -0700)
README.md

index 0c7f6bf29e314d0102fa51ad74c0a744b2ed4c86..af54df9e46b65a8379ef7ef88169af77ac811df5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,6 @@
-# buffer (native-buffer-browserify)
-[![Build Status](http://img.shields.io/travis/feross/buffer.svg)](https://travis-ci.org/feross/buffer)
-[![NPM Version](http://img.shields.io/npm/v/buffer.svg)](https://npmjs.org/package/buffer)
-[![NPM](http://img.shields.io/npm/dm/buffer.svg)](https://npmjs.org/package/buffer)
-[![Gittip](http://img.shields.io/gittip/feross.svg)](https://www.gittip.com/feross/)
+# buffer [![build](https://img.shields.io/travis/feross/buffer.svg)](https://travis-ci.org/feross/buffer) [![npm](https://img.shields.io/npm/v/buffer.svg)](https://npmjs.org/package/buffer) [![npm downloads](https://img.shields.io/npm/dm/buffer.svg)](https://npmjs.org/package/buffer) [![gittip](https://img.shields.io/gittip/feross.svg)](https://www.gittip.com/feross/)
 
-The buffer module from [node.js](http://nodejs.org/), for the browser.
+#### The buffer module from [node.js](http://nodejs.org/), for the browser.
 
 [![testling badge](https://ci.testling.com/feross/buffer.png)](https://ci.testling.com/feross/buffer)
 
@@ -35,6 +31,9 @@ If you want to use this module directly without browserify, install it:
 npm install buffer
 ```
 
+This module was previously called **native-buffer-browserify**, but please use **buffer**
+from now on.
+
 
 ## usage