Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
  • Loading branch information
achille-roussel committed Jun 18, 2024
1 parent d5f5848 commit 0918918
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 @@ -107,7 +107,7 @@ import dispatch
def greet(msg: str):
print(f"Hello, ${msg}!")

dispatch.run(lambda: greet.dispatch('World'))
dispatch.run(greet('World'))
```

Obviously, this is just an example, a real application would perform much more
Expand Down

0 comments on commit 0918918

Please sign in to comment.