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) }