Skip to content

Commit 3bad04c

Browse files
committed
Merge pull request #128 from kenrachynski/contributing-fixes
Fixing a couple typos in Contributing document
2 parents 2d2027a + 06d4659 commit 3bad04c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Contributing
22

3-
Thanks for taking an insterest in contributing to the PowerShell package for
3+
Thanks for taking an interest in contributing to the PowerShell package for
44
Sublime Text 3!
55

66

@@ -13,15 +13,17 @@ branch only.
1313
### Building Development Versions
1414

1515
To build development versions, first you need a configuration file in
16-
`~\sublime-package-dev.json`.
16+
`~\.sublime-package-dev.json`.
1717

1818
This file must contain the following information:
1919

2020
{
21-
"pathToSublimeText": "...\sublime_text.exe",
22-
"pathToSublimeTextData": "...\
21+
"pathToSublimeText": "...\\sublime_text.exe",
22+
"pathToSublimeTextData": "...\\"
2323
}
2424

25+
Note: replace the ellipsis (...) with the full path to your Sublime Text executable.
26+
2527

2628
#### Using Sublime Text
2729

0 commit comments

Comments
 (0)