From cf4044dfa3a6adfa94565eccfb9a442d5064d92e Mon Sep 17 00:00:00 2001 From: Moritz Fuller <32162112+letmejustputthishere@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:50:42 +0100 Subject: [PATCH] Update README.md --- examples/counter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/counter/README.md b/examples/counter/README.md index 380abf8..8c7a9ff 100644 --- a/examples/counter/README.md +++ b/examples/counter/README.md @@ -11,7 +11,7 @@ dfx start --background Create a new canister: ```shell -dfx bun create:counter +bun create:counter ``` Build the counter canister: