Skip to content

Commit 03057fc

Browse files
authored
Remove redundant $ from terminal commands
1 parent 85f07f1 commit 03057fc

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
@@ -315,13 +315,13 @@ properly formatted.
315315
You can check the formatting locally via:
316316

317317
```bash
318-
$ cargo fmt --all -- --check
318+
cargo fmt --all -- --check
319319
```
320320

321321
You can automatically reformat your commit via:
322322

323323
```bash
324-
$ cargo fmt --all
324+
cargo fmt --all
325325
```
326326

327327
## Copyright and License

0 commit comments

Comments
 (0)