Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 64ff3c0

Browse files
author
Stephen Gutekanst
authored
Merge pull request #1 from StuartHadfield/master
Update typo in README.md
2 parents 301c5a9 + 3adef41 commit 64ff3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To develop the plugin:
5252
- `git clone` the repository into `~/.atom/Packages/sourcegraph` (lowercase `packages` on Mac), `npm install` and open in Atom.
5353
- Use <kbd>Cmd+Shift+P</kbd> to open the command pallette, and choose `Window: Reload` to reload the extension in the current Atom window.
5454
- Atom does some really bad things with respect to reopening the workspace, so `File` -> `Reopen Project` and `View` -> `Toggle Tree View` (<kbd>Cmd+\\</kbd>) are your friends here. Consider using a separate editor to make changes.
55-
- To release a new version, you MSUT update the following files:
55+
- To release a new version, you MUST update the following files:
5656
1. `CHANGELOG.md` (describe ALL changes)
5757
3. `lib/sourcegraph.js` (`VERSION` constant)
5858
4. `git commit -m "all: release v<THE VERSION>" && git push`

0 commit comments

Comments
 (0)