Updated example after name change.

This commit is contained in:
Thelie 2022-03-27 17:58:24 +02:00
parent 52c85c61b9
commit cd0bd88d6e

View file

@ -23,7 +23,7 @@ It does this by providing two macros:
```rust
use serde::{Serialize, Deserialize};
use sing::{sing_add_trait, sing_loop};
use sing_rs::{sing_add_trait, sing_loop};
trait FruitTree {
fn shake(&self, shakes: u32) -> Vec<Fruit>;
@ -62,4 +62,4 @@ Yes, it's somewhat far-fetched, but I really wanted to be able to sing and [clap
## Why the name?
See above.
See above.