Update README.md

This commit is contained in:
AJ ONeal 2017-07-31 16:21:55 -06:00
parent 73e4aaa75d
commit fc88fa148c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ curl -X POST http://localhost.daplie.me:3000 \
-H 'X-Forwarded-Proto: https' \
-H 'Content-Type: application/json' \
-d '{
domain: 'example.com'
"domain": "example.com"
}'
```