Skip to content

Commit 5c41da2

Browse files
filipesilvaFoxandxss
authored andcommitted
chore(docs): use correct comment syntax (angular#177)
Fixes angular#176
1 parent c4cd634 commit 5c41da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ cd my-proj
3636
We have no intention of updating the source on `angular/quickstart`.
3737
Discard everything "git-like" by deleting the `.git` folder.
3838
```bash
39-
rm -rf .git // non-Windows
40-
rd .git /S/Q // windows
39+
rm -rf .git # non-Windows
40+
rd .git /S/Q # windows
4141
```
4242

4343
### Create a new git repo

0 commit comments

Comments
 (0)