Skip to content

Commit

Permalink
Fix broken command (#926)
Browse files Browse the repository at this point in the history
Wrong command: `dfx dfx new --type=motoko icp_transfer --no-frontend`
  • Loading branch information
akshay-rajan authored Jul 1, 2024
1 parent 2afa0d8 commit f570984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motoko/icp_transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you just want to interact with this example, follow steps 4-6 and 8-11 below.
### Step 1: Create a new `dfx` project and navigate into the project's directory.

```bash
dfx dfx new --type=motoko icp_transfer --no-frontend
dfx new --type=motoko icp_transfer --no-frontend
cd icp_transfer
```

Expand Down

0 comments on commit f570984

Please sign in to comment.