Skip to content

Commit 46ef534

Browse files
committed
Minor tweaks to the examples readme.md file.
1 parent 4416d33 commit 46ef534

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ Here are some ideas for what you can try with these scripts:
1313

1414
- **Integrated syntax checks** from the PowerShell engine and **integrated
1515
rule-based analysis** using PowerShell Script Analyzer
16-
- Try opening `DebugTest.ps1` and `StopTest.ps1` by double-clicking on their
17-
file names. You will see red and green squiggles for rule-based checks.
18-
You can introduce a syntax error somewhere to see the red squiggle for
19-
that as well. To see a list of all errors and warnings, try pressing
20-
`Ctrl+Shift+M`.
16+
- Try opening `DebugTest.ps1` by double-clicking on its file name in the
17+
Explorer view. You will see a green squiggle on the function name `Do-Work`
18+
indicating that `Do` is not an approved verb. These rule-based checks use
19+
PSScriptAnalyzer to analyze/lint your scripts. You can introduce a syntax
20+
error somewhere to see a red squiggle for that as well. To see a list of
21+
all errors and warnings, try pressing `Ctrl+Shift+M`.
2122
- **Go to definition `(F12)`** and **Peek definition `(Alt+F12)`**
2223
for cmdlet and variable names
2324
- Try this on the `Stop-Process2` cmdlet in `StopTest.ps1`

0 commit comments

Comments
 (0)