Skip to content

Commit a3bb218

Browse files
committed
Added 127.0.0.1 to README example
1 parent 2430214 commit a3bb218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ yarn add @ladjs/proxy
3939
#!/usr/bin/env node
4040
const proxy = require('@ladjs/proxy');
4141

42-
proxy.listen(80);
42+
proxy.listen('127.0.0.1', 80);
4343
```
4444

4545

@@ -55,7 +55,7 @@ proxy.listen(80);
5555
[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)
5656

5757

58-
##
58+
##
5959

6060
[npm]: https://www.npmjs.com/
6161

0 commit comments

Comments
 (0)