From b119cf4a2d2f3f9c5c593f5856a90ed54294342a Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 1 Apr 2017 22:56:36 -0700 Subject: [PATCH] Fix README for 722b75df --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e319ec..f3bb4bd 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": "" }' ``` -- GitLab