We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8a0b7 commit 0ca5d41Copy full SHA for 0ca5d41
docs/introduction/visual-inspector-and-dev-tools.md
@@ -281,7 +281,7 @@ are to:
281
282
1. Download ngrok
283
2. Open the command line and head to the same directory ngrok was downloaded to
284
-3. Have a local development server running (e.g., `python -m SimpleHTTPServer 8080`)
+3. Have a local development server running (e.g., `python3 -m http.server 8080`)
285
4. Run `./ngrok http <PORT>` (e.g., `./ngrok http 8080`)
286
5. An ngrok instance will spin up and provide a URL that the other computer can
287
access from its browser (e.g., `https://abcdef123456.ngrok.io`)
0 commit comments