From c773ac181948c165be97e0f356ae2814d69f11f8 Mon Sep 17 00:00:00 2001 From: Richard Burte Date: Thu, 7 Jul 2016 23:03:19 -0700 Subject: [PATCH] Small fix: use PowerShell environment variable to locate path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc7ecaea08..efd9a11808 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ how to use them. This folder can be found at the following path: ``` -c:\Users\\.vscode\extensions\ms-vscode.PowerShell-\examples +$env:USERPROFILE\.vscode\extensions\ms-vscode.PowerShell-\examples ``` To open/view the extension's examples Visual Studio Code, run the following from your PowerShell command prompt: ```