From 09e17b971d490dc4e446f516114f9326c741897f Mon Sep 17 00:00:00 2001 From: Naum Date: Thu, 20 Feb 2025 21:25:05 +0100 Subject: [PATCH] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 313ac67..a7dbb19 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ See import { subscribe } from 'streamr-client-react' ``` -Subscribes to a stream and returns an object with 2 asynchrounous methods: `next` and `abort`. Example: +Subscribes to a stream and returns an object with 2 asynchronous methods: `next` and `abort`. Example: ```typescript async function foo(streamId: string, client: StreamrClient) { @@ -207,7 +207,7 @@ interface Options { import { resend } from 'streamr-client-react' ``` -Subscribes to a stream of historical messages (only) and returns an object with 2 asynchrounous methods: `next` and `abort`. Example: +Subscribes to a stream of historical messages (only) and returns an object with 2 asynchronous methods: `next` and `abort`. Example: ```typescript async function foo(streamId: string, client: StreamrClient) {