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

Fix README for 722b75df

parent 9d73e017
No related branches found
No related tags found
1 merge request!6Fix README for 722b75df
......@@ -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": ""
}'
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment