Skip to content

Commit 78c20db

Browse files
authored
Merge pull request #133 from cemaleker/patch-1
Fixed typo on forward proxy
2 parents e4d9e43 + 474ef44 commit 78c20db

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)