aboutsummaryrefslogtreecommitdiff
path: root/node_modules/duplexify/README.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/duplexify/README.md
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/duplexify/README.md')
-rw-r--r--node_modules/duplexify/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/duplexify/README.md b/node_modules/duplexify/README.md
index 6ed497b4a..27669f6b6 100644
--- a/node_modules/duplexify/README.md
+++ b/node_modules/duplexify/README.md
@@ -3,7 +3,7 @@
Turn a writeable and readable stream into a single streams2 duplex stream.
Similar to [duplexer2](https://github.com/deoxxa/duplexer2) except it supports both streams2 and streams1 as input
-and it allows you to set the readable and writable part asynchroniously using `setReadable(stream)` and `setWritable(stream)`
+and it allows you to set the readable and writable part asynchronously using `setReadable(stream)` and `setWritable(stream)`
```
npm install duplexify
@@ -27,7 +27,7 @@ dup.on('data', function(data) {
})
```
-You can also set the readable and writable parts asynchroniously
+You can also set the readable and writable parts asynchronously
``` js
var dup = duplexify()