Skip to content

Commit 496f3ed

Browse files
committed
docs(readme): Switch to console code blocks
1 parent 6ca4f7a commit 496f3ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Easily add `--verbose` and `--quiet` flags to CLIs using [Clap](http://crates.io
1111

1212
## Examples
1313

14-
```shell
15-
cargo add clap-verbosity-flag
14+
```console
15+
$ cargo add clap-verbosity-flag
1616
```
1717

1818
```rust
@@ -35,8 +35,8 @@ fn main() {
3535

3636
For [`tracing`](https://crates.io/crates/tracing) support, use the `tracing` feature:
3737

38-
```shell
39-
cargo add clap-verbosity-flag --no-default-features --features tracing
38+
```console
39+
$ cargo add clap-verbosity-flag --no-default-features --features tracing
4040
```
4141

4242
```rust

0 commit comments

Comments
 (0)