Skip to content

Commit 9b4d841

Browse files
Merge pull request #1219 from dfinity/jessiemongeon1-patch-35
fix: format
2 parents 942a7b0 + 7869cab commit 9b4d841

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rust/inter-canister-calls/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ This project contains the code from the [inter-canister call Rust tutorial](http
1414

1515
### 3. Navigate into the project's directory.
1616

17-
### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
17+
### 4. Deploy the project to your local environment:
18+
19+
```
20+
dfx start --background --clean && dfx deploy
21+
```
1822

1923
## Security considerations and best practices
2024

0 commit comments

Comments
 (0)