We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a330ff + 4bd3c46 commit 099eb86Copy full SHA for 099eb86
README.md
@@ -115,7 +115,7 @@ console.log("listening on port 5050")
115
server.listen(5050);
116
```
117
#### Modify a response from a proxied server
118
-Sometimes when you have recieved a HTML/XML document from the server of origin you would like to modify it before forwarding it on.
+Sometimes when you have received a HTML/XML document from the server of origin you would like to modify it before forwarding it on.
119
120
[Harmon](https://github.com/No9/harmon) allows you to do this in a streaming style so as to keep the pressure on the proxy to a minimum.
121
0 commit comments