diff --git a/module-3.md b/module-3.md index dcf0170..7cd6606 100644 --- a/module-3.md +++ b/module-3.md @@ -10,6 +10,8 @@ In this module, students will build upon their previous implementation of the st The following test should run to completion: ```bash +> dfx start --background +> dfx canister create --all > dfx build Building canisters... @@ -20,4 +22,4 @@ Building canisters... > dfx canister call Test run () -``` \ No newline at end of file +```