Skip to content

Commit 3a26be5

Browse files
committed
fix: update example to use ipv4 127.0.0.1 instead of ipv6 localhost
1 parent a6a2146 commit 3a26be5

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
@@ -89,7 +89,7 @@ npm install -g smee-client
8989
# You'll get a URL like https://smee.io/U3bZl3QanVw30bn
9090
9191
# Start the forwarding client
92-
smee --url https://smee.io/U3bZl3QanVw30bn --target http://localhost:7999
92+
smee --url https://smee.io/U3bZl3QanVw30bn --target http://127.0.0.1:7999
9393
```
9494

9595
Use the URL provided by smee.io as your webhook url that voltage will hit with events

0 commit comments

Comments
 (0)