Updated example after name change.
This commit is contained in:
parent
52c85c61b9
commit
cd0bd88d6e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue