Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 47508c2

Browse files
authored
Update README.md
typo fix
1 parent 165f10c commit 47508c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ const client = new StreamrClient({
431431
})
432432

433433
const dataUnion = client.getDataUnion(dataUnionAddress)
434-
const receipt = await dataUnions.withdrawAllToSigned(memberAddress, recipientAddress, signature)
434+
const receipt = await dataUnion.withdrawAllToSigned(memberAddress, recipientAddress, signature)
435435
```
436436

437437
### Query functions

0 commit comments

Comments
 (0)