]> zoso.dev Git - buffer.git/commitdiff
readme
authorFeross Aboukhadijeh <feross@feross.org>
Fri, 7 Feb 2014 05:32:32 +0000 (21:32 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Fri, 7 Feb 2014 05:32:32 +0000 (21:32 -0800)
README.md
package.json

index da5c049d617b2e6244a12bd7523b73cfed3c074d..32e36a32d73d6ddbb2876ecd4ec94aff286dd7c6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-# buffer (a.k.a. native-buffer-browserify)
+# buffer (native-buffer-browserify)
 [![Build Status](http://img.shields.io/travis/feross/native-buffer-browserify.svg)](https://travis-ci.org/feross/native-buffer-browserify)
 [![NPM Version](http://img.shields.io/npm/v/native-buffer-browserify.svg)](https://npmjs.org/package/native-buffer-browserify)
 [![NPM](http://img.shields.io/npm/dm/native-buffer-browserify.svg)](https://npmjs.org/package/native-buffer-browserify)
 [![Gittip](http://img.shields.io/gittip/feross.svg)](https://www.gittip.com/feross/)
 
-The buffer module from [node.js](http://nodejs.org/), for node and the browser.
+The buffer module from [node.js](http://nodejs.org/), for the browser.
 
 [![testling badge](https://ci.testling.com/feross/native-buffer-browserify.png)](https://ci.testling.com/feross/native-buffer-browserify)
 
 ## install
 
-When you `require('buffer')` or use the `Buffer` global in [browserify](http://github.com/substack/node-browserify), this module will automatically be loaded.
+When you `require('buffer')` or use the `Buffer` global in [browserify](http://github.com/substack/node-browserify), this module will automatically load.
 
 If you want to manually install it for some reason, do:
 
index 67b22e629ef20e4a29dc4e28acb6e9e16d5c743d..418ba6015cbdae387b2bafaa132f37985ad39c85 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "buffer",
-  "description": "Node.js buffer API that works in the browser",
+  "description": "Node.js Buffer API, for the browser",
   "version": "2.1.2",
   "author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
   "bugs": {