Commit 5c41da2d authored by Filipe Silva's avatar Filipe Silva Committed by Jesús Rodríguez

chore(docs): use correct comment syntax (#177)

Fixes https://github.com/angular/quickstart/issues/176
parent c4cd6345
......@@ -36,8 +36,8 @@ cd my-proj
We have no intention of updating the source on `angular/quickstart`.
Discard everything "git-like" by deleting the `.git` folder.
```bash
rm -rf .git // non-Windows
rd .git /S/Q // windows
rm -rf .git # non-Windows
rd .git /S/Q # windows
```
### Create a new git repo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment