From cd0bd88d6e7b2d1aa55330c8ba41edd4ee11650b Mon Sep 17 00:00:00 2001 From: Thelie Date: Sun, 27 Mar 2022 17:58:24 +0200 Subject: [PATCH] Updated example after name change. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.