Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Jan 6, 2025
1 parent 9433021 commit dc1097e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motoko/threshold-schnorr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:

Expand Down

0 comments on commit dc1097e

Please sign in to comment.