Skip to content

Commit

Permalink
readme: fix code block display
Browse files Browse the repository at this point in the history
By default, code blocks are considered as rust one by rustdoc.
To prevent this, we just use `text`.

PR #185
  • Loading branch information
GuillaumeGomez authored and BurntSushi committed Jan 15, 2020
1 parent 5cffd4d commit 1f44746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn main() {

The above example can be run like so:

```ignore
```text
$ git clone git:https://github.com/BurntSushi/rust-csv
$ cd rust-csv
$ cargo run --example cookbook-read-basic < examples/data/smallpop.csv
Expand Down Expand Up @@ -110,7 +110,7 @@ fn main() {

The above example can be run like so:

```ignore
```text
$ git clone git:https://github.com/BurntSushi/rust-csv
$ cd rust-csv
$ cargo run --example cookbook-read-serde < examples/data/smallpop.csv
Expand Down

0 comments on commit 1f44746

Please sign in to comment.