From 4fc2ba29c91316f51bb4cd856bdc3b5a8e3fff38 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Thu, 12 Mar 2020 09:44:49 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6742fa..631bec3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Some things to try: - Once the breakpoint is hit, try hovering over variables, examining locals, and more. 1. **Running a server:** - From the terminal, run `php -S 0.0.0.0:8000` - - Press F1 and run the **Remote-Containers: Forward Port from Container...** command. + - Press F1 and run the **Forward a Port** command. - Select port `8000`. - Click "Open Browser" in the notification that appears to access the web app on this new port. - Look back at the terminal, and you should see the output from your site navigations