Skip to content

Commit

Permalink
Remove confusing $ from test command.
Browse files Browse the repository at this point in the history
I've gotten two emails now from people that are entering the `$` when
testing that the tools are installed so this removes that.
  • Loading branch information
fiveisprime committed Aug 1, 2018
1 parent 8230fb6 commit 9a8dee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/functions-extension/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Before we continue, ensure that you have all the prerequisites installed and con

In VS Code, you should see your Azure email address in the Status Bar and your subscription in the **AZURE FUNCTIONS** explorer.

Verify that you have the Azure Functions tools installed by opening a terminal and running `$ func`.
Verify that you have the Azure Functions tools installed by opening a terminal (or PowerShell/Command Prompt) and running `func`.

```bash
$ func
Expand Down

0 comments on commit 9a8dee0

Please sign in to comment.