diff --git a/README.md b/README.md index 0e319ec755286ce82fe14ab6be759f1020ce3414..f3bb4bd58901757d5a0f1465b9d744c50a64c23a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Slash command to record completed tasks as WordPress posts curl -X "POST" "http://127.0.0.1:9001/log" \ -H "Content-Type: application/json; charset=utf-8" \ -d $'{ - "text": "I did a thing" + "text": "I did a thing", + "user_name": "" }' ```