Add syntax highwighting to WEADME

This commit is contained in:
nabijaczleweli 2019-08-01 16:06:19 +02:00
parent 6f6187b29f
commit ad72e8f83a
No known key found for this signature in database
GPG Key ID: BCFD0B018D2658F1
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@ Inspired by:
# Usage
Add this to ``Cargo.toml``:
```
```toml
[dependencies]
owoify = "0.1.3"
```
``example.rs``:
```
```rust
use owoify::OwOifiable;
fn main() {