Skip to content

Commit 619cdd9

Browse files
Update README.md
1 parent bc2dc4d commit 619cdd9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

motoko/send_http_get/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ This demo goes in hand with the [developer documentation on HTTPS outcalls](http
1616

1717
### 3. Navigate into the project's directory.
1818

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

2125
## Security considerations and best practices
2226

0 commit comments

Comments
 (0)