From ab0e1f2ab779ac7e5ff9139284c97a93b0894e0c 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] docs: fix typo in 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: