We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2430214 commit a3bb218Copy full SHA for a3bb218
README.md
@@ -39,7 +39,7 @@ yarn add @ladjs/proxy
39
#!/usr/bin/env node
40
const proxy = require('@ladjs/proxy');
41
42
-proxy.listen(80);
+proxy.listen('127.0.0.1', 80);
43
```
44
45
@@ -55,7 +55,7 @@ proxy.listen(80);
55
[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)
56
57
58
-##
+##
59
60
[npm]: https://www.npmjs.com/
61
0 commit comments