We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6d4b1 commit c0ff17eCopy full SHA for c0ff17e
motoko/token_transfer_from/README.md
@@ -52,8 +52,8 @@ Replace its contents with this but adapt the URLs to be the ones you determined
52
```json
53
{
54
"canisters": {
55
- "token_transfer_backend": {
56
- "main": "src/token_transfer_backend/main.mo",
+ "token_transfer_from_backend": {
+ "main": "src/token_transfer_from_backend/main.mo",
57
"type": "motoko",
58
"dependencies": ["icrc1_ledger_canister"]
59
},
0 commit comments