Skip to content

Commit

Permalink
docs(scheduler-utils): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Dec 20, 2023
1 parent 8c7467e commit 9f7a5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Locate the `ao` Scheduler assigned to an `ao` Process.
```js
import { locate } from "@permaweb/ao-scheduler-utils";

let { url, owner } = await locate('<process-id>');
let { url, address } = await locate('<process-id>');
```

#### `validate`
Expand Down

0 comments on commit 9f7a5cc

Please sign in to comment.