Skip to content

Commit 4479ab7

Browse files
authored
Update README.md
1 parent ef6937a commit 4479ab7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This package implements two tree-sitter parsers:
1313
### Unable to install on Windows
1414
Instead of installing it from within Atom, close Atom and try from the command line.
1515

16-
cd %USERPROFILE%\.atom\packages
17-
rmdir /S /Q javascript-regex
16+
cd /d %USERPROFILE%\.atom\packages
17+
rmdir /s /q javascript-regex
1818
apm install javascript-regex
1919

2020
### Failure to load package grammars when I open Atom

0 commit comments

Comments
 (0)