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

index 2d93cb3578a6dc6524a0daa6e0cbe42f3cd17b7e..69edf878a425e358baa3e0d672f3343988d4b307 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ npm install buffer
 ## usage
 
 ```
-var buffer = require('buffer/').Buffer  // use the npm module, not the core module!
+var Buffer = require('buffer/').Buffer  // use the npm module, not the core module!
 ```
 
 The goal is to provide a Buffer API that is 100% identical to node's Buffer API. Read the [official docs](http://nodejs.org/api/buffer.html) for a full list of supported methods.