Skip to content

Commit c0ff17e

Browse files
Update README.md
1 parent fc6d4b1 commit c0ff17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

motoko/token_transfer_from/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Replace its contents with this but adapt the URLs to be the ones you determined
5252
```json
5353
{
5454
"canisters": {
55-
"token_transfer_backend": {
56-
"main": "src/token_transfer_backend/main.mo",
55+
"token_transfer_from_backend": {
56+
"main": "src/token_transfer_from_backend/main.mo",
5757
"type": "motoko",
5858
"dependencies": ["icrc1_ledger_canister"]
5959
},

0 commit comments

Comments
 (0)