ucanto icon indicating copy to clipboard operation
ucanto copied to clipboard

Fix example in README.md

Open Frando opened this issue 2 years ago • 0 comments

Copy-pasted some example code in the UCAN workshop. This fix made it work: the invocations are each individual arguments, not an array.

Wondering though if the array form would be more intuitive when batching multiple invocations - in the old docs it would be connection.execute(invocations), in the working code it's connection.execute(...invocations).

Frando avatar Apr 17 '23 13:04 Frando