Skip to content

Commit ba42568

Browse files
authored
Delete chars that shouldn't be there
In edit mode they are not rendered. But in markdown display mode it showed a weird character. They have been here deleted
1 parent 360ccb8 commit ba42568

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ $ git checkout next
99
$ git pull
1010
$ npm install # make sure any new dependencies are installed
1111
$ npm install --no-save nodegit # needed for "repo-cooker --release"
12-
$ npm run release -- --dry-run --print-release # and check release notes
13-
$ git checkout master
12+
$ npm run release -- --dry-run --print-release # and check release notes
13+
$ git checkout master
1414
$ git pull
15-
$ git merge --ff-only next
16-
$ git push
15+
$ git merge --ff-only next
16+
$ git push
1717
```
1818

19-
VSCode extension is released via `.travis.yml` due to limitations of the publishing tool that is unable to use root node_modules folder
19+
VSCode extension is released via `.travis.yml` due to limitations of the publishing tool that is unable to use root node_modules folder

0 commit comments

Comments
 (0)