Skip to content

Commit 474ef44

Browse files
author
Cemal Eker
authored
Fixed typo on forward proxy
1 parent 008f162 commit 474ef44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Editing `/etc/hosts` is a pain however, and error prone.
289289
Node Foreman can start up an HTTP forward proxy which your browser can route requests through.
290290
The forward proxy will intercept requests based on domain name, and route them to the local application.
291291

292-
$ nf start -f 9999 -h nodefly.com
292+
$ nf start -f 9999 -i nodefly.com
293293
[OKAY] Forward Proxy Started in Port 9999
294294
[OKAY] Intercepting requests to nodefly.com through forward proxy
295295

0 commit comments

Comments
 (0)