Skip to content

Commit

Permalink
README: clarify how to send bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Oct 15, 2024
1 parent a9c3c69 commit bbeaad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ Building bundles
# The bundle has 5 elements in total now.
bundle = bundle.build()
# You can now send it via a client as described in other examples.
# You can now send it via a client with the `.send()` method:
client.send(bundle)
License?
========
Expand Down

0 comments on commit bbeaad4

Please sign in to comment.