From dc1097e961fe13dfc00fb1dfb5b071e922741804 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:52:31 -0600 Subject: [PATCH] Update README.md --- motoko/threshold-schnorr/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motoko/threshold-schnorr/README.md b/motoko/threshold-schnorr/README.md index 8233d9903..234038de6 100644 --- a/motoko/threshold-schnorr/README.md +++ b/motoko/threshold-schnorr/README.md @@ -40,7 +40,7 @@ dfx start --background ``` #### What this does -- `dfx start --background` starts a local instance of the IC via the IC SDK +- `dfx start --background` starts a local instance of the IC via the IC SDK. ### Step 2: Deploy the canisters @@ -49,7 +49,7 @@ make deploy ``` #### What this does -- `make deploy` deploys the canister code on the local version of the IC +- `make deploy` deploys the canister code on the local version of the IC. If deployment was successful, you should see something like this: