Skip to content

Commit 7fff30c

Browse files
Update README.md
1 parent 582461d commit 7fff30c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rust/query_stats/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ The `load` function just returns a timestamp. It just exists such that there is
2424

2525
### 3. Navigate into the project's directory.
2626

27-
### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
27+
### 4. Deploy the project to your local environment:
28+
29+
```
30+
dfx start --background --clean && dfx deploy
31+
```
2832

2933
## Security considerations and best practices
3034

0 commit comments

Comments
 (0)