Skip to content

Commit

Permalink
fix: Use example command: amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
lshoo authored Nov 24, 2023
1 parent 2b23f4a commit 2610693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Once daemons are running, they can be operated via REST JSON APIs.
For example, using curl:
```bash
curl -X POST -H "Content-type: application/json" \
-d '{"ticker": "USDT", "name": "Tether", "amount": 666, "precision": 0}' \
-d '{"ticker": "USDT", "name": "Tether", "amounts": [666], "precision": 0}' \
http://localhost:3001/issueasset
```

Expand Down

0 comments on commit 2610693

Please sign in to comment.