Skip to content

Commit 91ae261

Browse files
authored
Merge pull request PowerShell#347 from MOrlassino/patch-1
Update README.md
2 parents 80c26b1 + 6796b36 commit 91ae261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Try these steps:
4747
5. Find the variable `i` in the Variables list, right click it and select
4848
**Add to Watch**. The variable should appear in the **Watch** pane now.
4949
6. Hover over the title of the **Watch** pane and some buttons should appear.
50-
Click the plus sign `+` button and type `str` then press enter.
50+
Click the plus sign `+` button and type `$str` then press enter.
5151
7. Back in the editor, click to the left of line 10 to set a breakpoint there.
5252
8. Click the green **Play** button or press `F5` to continue execution.
5353
9. Observe that every time the breakpoint is hit, the watch variables get updated.

0 commit comments

Comments
 (0)