Merge pull request #1 from nabijaczleweli/master
Add syntax highwighting to WEADME
This commit is contained in:
commit
0ab6a3ab0d
|
@ -10,12 +10,12 @@ Inspired by:
|
||||||
# Usage
|
# Usage
|
||||||
Add this to ``Cargo.toml``:
|
Add this to ``Cargo.toml``:
|
||||||
|
|
||||||
```
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
owoify = "0.1.3"
|
owoify = "0.1.3"
|
||||||
```
|
```
|
||||||
``example.rs``:
|
``example.rs``:
|
||||||
```
|
```rust
|
||||||
use owoify::OwOifiable;
|
use owoify::OwOifiable;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
Loading…
Reference in New Issue