[Pkg-javascript-commits] [node-stream-browserify] 17/44: more readme

Bastien Roucariès rouca at moszumanska.debian.org
Sun Aug 13 14:18:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-stream-browserify.

commit eafa056c578d9e96c27718e321843f1994c41753
Author: James Halliday <mail at substack.net>
Date:   Fri Dec 20 00:26:39 2013 -0800

    more readme
---
 readme.markdown | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/readme.markdown b/readme.markdown
index ee19223..ef7a581 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,5 +1,25 @@
 # stream-browserify
 
-the stream module (streams1 for now) from node core
+the stream module from node core, for browsers!
 
 [![build status](https://secure.travis-ci.org/substack/stream-browserify.png)](http://travis-ci.org/substack/stream-browserify)
+
+# methods
+
+Consult the node core
+[documentation on streams](http://nodejs.org/docs/latest/api/stream.html).
+
+# install
+
+With [npm](https://npmjs.org) do:
+
+```
+npm install stream-browserify
+```
+
+but if you are using browserify you will get this module automatically when you
+do `require('stream')`.
+
+# license
+
+MIT

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-browserify.git



More information about the Pkg-javascript-commits mailing list