From 583b5c543c0b0db4c16961a36d89c7a75c2ca514 Mon Sep 17 00:00:00 2001 From: glendc Date: Thu, 7 Sep 2023 17:24:07 +0200 Subject: [PATCH] fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31e0d05..224d28a 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ The delay is there to allow you to see the graceful shutdown in action. > [examples/waitgroup.rs](https://github.com/plabayo/tokio-graceful/tree/main/examples/waitgroup.rs) > > ```bash -cargo run --example waitgroup +> cargo run --example waitgroup > ``` An example which showcases how you would use this crate to create a Waitgroup,