Skip to content

Commit f76340a

Browse files
committed
tweak wording of readme.
1 parent 59e4782 commit f76340a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for more details.
3030

3131
### Build
3232

33-
1. Navigate via command line to the ./tools/` directory and install dependencies:
33+
1. Navigate via command line to the `./tools/` directory and install dependencies:
3434

3535
```
3636
npm install
@@ -42,13 +42,13 @@ for more details.
4242
npm run build-grammar
4343
```
4444
45-
3. The .json file will be output to `./syntaxes/` at the root of the directory. You will need to copy it to VS Code manually.
45+
3. The .json file will be generated in `./syntaxes/` at the root of the project. You will need to copy it in to VS Code manually.
4646
4747
1. Locate the VS Code installation directory and navigate to to `resources/app/extensions/powershell/syntaxes`
4848
4949
2. Rename `powershell.tmLanguage.json` to `powershell.tmLanguage.json_default`
5050
51-
3. Copy `powershell.tmLanguage.json` from `./syntaxes/` within this project folder to where you just renamed the file under VS Code's path.
51+
3. Copy `powershell.tmLanguage.json` from `./syntaxes/` within the project folder to where you just renamed the file under VS Code's path.
5252
5353
4. If VS Code is already running you will need to run "Reload Window" from the command pallete.
5454

0 commit comments

Comments
 (0)