Skip to content

Commit

Permalink
Add feedbackTask method to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DemonMartin committed Mar 10, 2024
1 parent d44232d commit c206466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ In general, the `CapSolver.solve()` function is all you need. It combines create
`async CapSolver.getTaskResult(taskId)`
`async CapSolver.feedbackTask(taskId, result)`
`async CapSolver.getBalance()`
When using an IDE that supports JSDoc, you will get suggestions of properties the task supports. To get the best suggestions, specify the `type` first.
Expand Down

0 comments on commit c206466

Please sign in to comment.