Skip to content

Commit bc740c8

Browse files
committed
Merge pull request #25 from frewsxcv/patch-1
Add syntax highlighting, clean toml code blocks
2 parents 0e32807 + 96b5de5 commit bc740c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ trait.
3636

3737
[lazy-static.rs is available on crates.io](https://crates.io/crates/lazy_static).
3838
Add the following dependency to your Cargo manifest to get the latest version of the 0.1 branch:
39-
```
40-
[dependencies]
4139

40+
```toml
41+
[dependencies]
4242
lazy_static = "0.1.*"
4343
```
4444

4545
To always get the latest version, add this git repository to your
4646
Cargo manifest:
4747

48-
```
48+
```toml
4949
[dependencies.lazy_static]
5050
git = "https://github.com/Kimundi/lazy-static.rs"
5151
```

0 commit comments

Comments
 (0)