Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoneWang committed Nov 19, 2022
1 parent 5c1cfc4 commit e057a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ curl -X "POST" "https://api.imink.app/f" \
-H 'User-Agent: {{ Your app name }}/{{ Your app version }}' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{
"token": "{{ token }}"
"token": "{{ token }}",
"hash_method": {{ 1 or 2 }},
}'
```
Expand Down

0 comments on commit e057a6a

Please sign in to comment.