From 1b96bc7e45b42e0c30770da0e6caec8a4fb6369c Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Fri, 22 Dec 2023 13:38:33 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ec2e91..7dd8e6d 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ A dev tunnel will allow Azure Event Grid to reach the sample running on your dev 1. Run the following command to assign the sample's port (3000) to the tunnel. Replace `tunnel-id` with the **Tunnel ID** copied in the previous step. ```bash - devtunnel port create tunnel-id -p 3000 --protocol https + devtunnel port create tunnel-id -p 3000 ``` 1. Run the following command to host the tunnel. Replace `tunnel-id` with the **Tunnel ID** copied in the previous step.