Skip to content

Commit

Permalink
Minor: Change http->https URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
scovetta authored and rvagg committed Dec 2, 2019
1 parent 70ad45f commit 559ef95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Note that `through2.obj(fn)` is a convenience wrapper around `through2({ objectM

<b><code>through2([ options, ] [ transformFunction ] [, flushFunction ])</code></b>

Consult the **[stream.Transform](http://nodejs.org/docs/latest/api/stream.html#stream_class_stream_transform)** documentation for the exact rules of the `transformFunction` (i.e. `this._transform`) and the optional `flushFunction` (i.e. `this._flush`).
Consult the **[stream.Transform](https://nodejs.org/docs/latest/api/stream.html#stream_class_stream_transform)** documentation for the exact rules of the `transformFunction` (i.e. `this._transform`) and the optional `flushFunction` (i.e. `this._flush`).

### options

Expand Down

0 comments on commit 559ef95

Please sign in to comment.