Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 55b4548

Browse files
committed
Single quotes because we aren't interpolating
1 parent d94c0a1 commit 55b4548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to Rust. The libraries tested are:
99
- [rustc-serialize](https://github.com/rust-lang-nursery/rustc-serialize) 0.3.24
1010
- [simd-json](https://github.com/Licenser/simdjson-rs) 0.1.15 (this requires a modern x86 CPU for good results)
1111

12-
#### `$ RUSTFLAGS="-C target-cpu=native" cargo run --release`
12+
#### `$ RUSTFLAGS='-C target-cpu=native' cargo run --release`
1313

1414
```
1515
DOM STRUCT

0 commit comments

Comments
 (0)