Typo fix in market creation API example (#497)

This commit is contained in:
Ben Congdon 2022-06-14 17:27:48 -07:00 committed by GitHub
parent a3663d03e8
commit cb70ab3675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,7 +449,7 @@ $ curl https://manifold.markets/api/v0/market -X POST -H 'Content-Type: applicat
"question":"Is there life on Mars?", \
"description":"I'm not going to type some long ass example description.", \
"closeTime":1700000000000, \
initialProb:25}'
"initialProb":25}'
```
## Changelog