Clean up curl example (#289)

This commit is contained in:
introt 2021-09-26 17:41:04 +00:00 committed by GitHub
parent 335de469c3
commit ca60bf6c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ included below as reference.
#### Curl
```bash
curl localhost:8765 -X POST -d "{\"action\": \"deckNames\", \"version\": 6}"
curl localhost:8765 -X POST -d '{"action": "deckNames", "version": 6}'
```
#### Python