Skip to content

Commit

Permalink
Merge pull request #14 from sateffen/master
Browse files Browse the repository at this point in the history
[fix] 2 spelling mistakes
  • Loading branch information
yawnt committed Sep 15, 2013
2 parents d166354 + 5823842 commit c9945dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ require('http').createServer(function(req, res) {
```

When a request is proxied it follows two different pipelines ([available here](https://github.com/yawnt/caronte/tree/master/lib/caronte/passes))
which apply trasformations to both the `req` and `res` object.
which apply transformations to both the `req` and `res` object.
The first pipeline (ingoing) is responsible for the creation and manipulation of the stream that connects your client to the target.
The second pipeline (outgoing) is responsible for the creation and manipulation of the stream that, from your target, returns datas
The second pipeline (outgoing) is responsible for the creation and manipulation of the stream that, from your target, returns data
to the client.

You can easily add a `pass` (stages) into both the pipelines (XXX: ADD API).
Expand Down

0 comments on commit c9945dd

Please sign in to comment.