Skip to content

Commit 550804c

Browse files
Update README.md
1 parent 36cc6ac commit 550804c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

motoko/daily_planner/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Daily planner features a monthly calender that can be used to track daily activi
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)