Fix path in README

This commit is contained in:
Heaven31415
2020-01-21 10:32:19 +00:00
parent 0bb66f183a
commit 337e07331c

View File

@@ -40,7 +40,7 @@ Some things to try:
- Press <kbd>F5</kbd> to launch the app in the container. - Press <kbd>F5</kbd> to launch the app in the container.
- Once the breakpoint is hit, try hovering over variables, examining locals, and more. - Once the breakpoint is hit, try hovering over variables, examining locals, and more.
4. **Run a Test:** 4. **Run a Test:**
- Open `src/main/java/com/mycompany/app/AppTest.java`. - Open `src/test/java/com/mycompany/app/AppTest.java`.
- Put a breakpoint in a test. - Put a breakpoint in a test.
- Click the `Debug Test` in the Code Lens above the function and watch it hit the breakpoint. - Click the `Debug Test` in the Code Lens above the function and watch it hit the breakpoint.