From bc2ef9e851fa0fb5c881d76a934c1f05eab4b6e5 Mon Sep 17 00:00:00 2001 From: Steven Yi Date: Tue, 23 Apr 2024 15:02:42 -0400 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abbb36b5..3ab856a3 100644 --- a/README.md +++ b/README.md @@ -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