Skip to content

Commit

Permalink
PassThrough → Readable
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Jan 23, 2017
1 parent 7129bd8 commit 38b2fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -5,7 +5,7 @@

var duplexer = require('duplexer2');
var PassThrough = require('stream').PassThrough;
var Readable = require('stream').PassThrough;
var Readable = require('stream').Readable;
var objectAssign = require('object-assign');

/**
Expand Down

0 comments on commit 38b2fd3

Please sign in to comment.