We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2dc4d commit 619cdd9Copy full SHA for 619cdd9
motoko/send_http_get/README.md
@@ -16,7 +16,11 @@ This demo goes in hand with the [developer documentation on HTTPS outcalls](http
16
17
### 3. Navigate into the project's directory.
18
19
-### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
+### 4. Deploy the project to your local environment:
20
+
21
+```
22
+dfx start --background --clean && dfx deploy
23
24
25
## Security considerations and best practices
26
0 commit comments