Skip to content
Snippets Groups Projects

Fix README for 722b75df

Merged Erick Hitter requested to merge develop into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -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": ""
}'
}'
```
```
Loading