From c2c763962f1853984a7aaaf80b46035d28c5fc9b Mon Sep 17 00:00:00 2001 From: nitowa Date: Wed, 23 Nov 2022 10:53:19 +0100 Subject: [PATCH] update README some more again --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 352f1b3..1f1135d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ submitShout = async (shout: any) => { return await submit(shoutHash) } -//After the shout has been written to the blockchain, the hash pointing to the data is sent to the address keeping track of the application's state +//After the shout has been written to the blockchain, +//the hash pointing to the data is sent to the address keeping track of the application's state submit = async (shoutHash: string) => { return await xrpio.writeRaw({ data: shoutHash }, shoutboxAddress, userWallet1.secret) }