Skip to content

Commit

Permalink
Fixes another typo in README.md (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Dec 15, 2020
1 parent 56edb70 commit d4cb884
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 @@ -74,7 +74,7 @@ for http2 nor undici. To illustrate:

```js
const socketPath = require('querystring').escape('/run/http-daemon.socket')
proxxy.register(require('fastify-reply-from'), {
proxy.register(require('fastify-reply-from'), {
base: 'unix+http://${socketPath}/'
});
```
Expand Down

0 comments on commit d4cb884

Please sign in to comment.