Skip to content
Snippets Groups Projects
Commit b119cf4a authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix README for 722b75df

parent 9d73e017
Branches
Tags
1 merge request!6Fix README for 722b75df
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
...@@ -20,6 +20,7 @@ Slash command to record completed tasks as WordPress posts ...@@ -20,6 +20,7 @@ Slash command to record completed tasks as WordPress posts
curl -X "POST" "http://127.0.0.1:9001/log" \ curl -X "POST" "http://127.0.0.1:9001/log" \
-H "Content-Type: application/json; charset=utf-8" \ -H "Content-Type: application/json; charset=utf-8" \
-d $'{ -d $'{
"text": "I did a thing" "text": "I did a thing",
"user_name": ""
}' }'
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment