Skip to content

Commit

Permalink
fix(readme): make api headers h4
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Nov 11, 2024
1 parent fdb8aeb commit 395f7fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ This is the home of [ar.io] SDK. This SDK provides functionality for interacting
- [ANT APIs](#ant-apis)
- [`init({ processId, signer })`](#init-processid-signer-)
- [`getInfo()`](#getinfo-1)
- [`getHandlers()`](#gethandlers)
- [`validate({ validations })`](#validate-validations-)
- [`getHandlers()`](#gethandlers)
- [`validate({ validations })`](#validate-validations-)
- [`getState()`](#getstate)
- [`getOwner()`](#getowner)
- [`getControllers()`](#getcontrollers)
Expand Down Expand Up @@ -1369,7 +1369,7 @@ const info = await ant.getInfo();

</details>

### `getHandlers()`
#### `getHandlers()`

Retrieves the handlers supported on the ANT

Expand Down Expand Up @@ -1406,7 +1406,7 @@ const handlers = await ant.getHandlers();

</details>

### `validate({ validations })`
#### `validate({ validations })`

Validate the APIs exposed by the ANT. Defaults to verifying the requisite handlers are returned.

Expand Down

0 comments on commit 395f7fb

Please sign in to comment.