diff --git a/Readme.md b/Readme.md index 0e19d647..67ed269c 100644 --- a/Readme.md +++ b/Readme.md @@ -164,7 +164,7 @@ const demo1 = async connection => { }, }) - const result = await connection.execute([me]) + const result = await connection.execute(me) if (result.error) { console.error('oops', result) } else {