Skip to content

Commit

Permalink
Merge pull request #10 from BitcoinOS-Labs/use-command-fix
Browse files Browse the repository at this point in the history
fix: Use example command: amounts
  • Loading branch information
zoedberg authored Nov 24, 2023
2 parents 2b23f4a + 2610693 commit c46081c
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 c46081c

Please sign in to comment.