diff --git a/README.md b/README.md index 0f85d7e..5f903a6 100644 --- a/README.md +++ b/README.md @@ -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; @@ -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. \ No newline at end of file +See above.