Skip to content

Commit 65c9489

Browse files
committed
Fix for function name
1 parent f9cdec8 commit 65c9489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-packages/run-engine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ When triggering a run and passing the `delay` option, we use a `DATETIME` waitpo
206206

207207
Wait until a request has been received at the URL that you are given. This is useful for pausing a run and then continuing it again when some external event occurs on another service. For example, Replicate have an API where they will callback when their work is complete.
208208

209-
### `wait.forWaitpoint(waitpointId)`
209+
### `wait.forToken(waitpointId)`
210210

211211
A more advanced SDK which would require uses to explicitly create a waitpoint. We would also need `createWaitpoint()`, `completeWaitpoint()`, and `failWaitpoint()`.
212212

0 commit comments

Comments
 (0)