Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Jun 3, 2024
1 parent 6c123f6 commit 5f40000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def demo():
interests = Task(
"ask user for three interests", result_type=list[str], user_access=True
)
interests.run_until_complete()
interests.run()

# set instructions for just the next task
with instructions("no more than 8 lines"):
Expand Down

0 comments on commit 5f40000

Please sign in to comment.