Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit ff93c8f

Browse files
AnnAddicksgjtorikian
authored andcommitted
added the http command
I was following this tutorial today and ngrok + the port causes the following error: "Unrecognized command: 4567".
1 parent 3db443e commit ff93c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/webhooks/configuring/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ First, we'll install a program to expose our local host to the Internet. We'll u
2525
ngrok to do this. [ngrok is a free download](https://ngrok.com/download) available
2626
for all major operating systems.
2727

28-
When you're done with that, you can expose your localhost by running `./ngrok 4567`
28+
When you're done with that, you can expose your localhost by running `./ngrok http 4567`
2929
on the command line. You should see a line that looks something like this:
3030

3131
#!bash

0 commit comments

Comments
 (0)