Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix example in README.md #286

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Apr 17, 2023

  1. Fix example in README.md

    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 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    da9a179 View commit details
    Browse the repository at this point in the history