Skip to content

Commit

Permalink
Merge pull request #47 from ar-io/kunstmusik-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
dtfiedler authored Apr 23, 2024
2 parents 1b8f55d + bc2ef9e commit 713759a
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 @@ -190,7 +190,7 @@ The SDK provides TypeScript types. When you import the SDK in a TypeScript proje

#### `init({ signer })`

Factory function to that creates a read-only or writeabe client. By providing a `signer` additional write APIs that require signing, like `joinNetwork` and `delegateStake` are available. By default, a read-only client is returned and no write APIs are available.
Factory function to that creates a read-only or writeable client. By providing a `signer` additional write APIs that require signing, like `joinNetwork` and `delegateStake` are available. By default, a read-only client is returned and no write APIs are available.

```typescript
// read-only client that has access to all read APIs
Expand Down

0 comments on commit 713759a

Please sign in to comment.