From 8fda5ca6c30b754b4a2ba4812a83387e68f6062c Mon Sep 17 00:00:00 2001 From: Andrew Lane Date: Thu, 6 Oct 2022 08:24:46 -0400 Subject: [PATCH] Correct line number to put example breakpoint on --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8065952eb..c8dd6b326 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Some things to try: 1. **Terminal:** Press ctrl+shift+\` and type `uname` and other Linux commands from the terminal window. 1. **Run and Debug:** - Open `index.php` - - Add a breakpoint (e.g. on line 4). + - Add a breakpoint (e.g. on line 9). - Press F5 to launch the app in the container. - Once the breakpoint is hit, try hovering over variables, examining locals, and more. 1. **Running a server:**