Skip to content

Commit

Permalink
Merge pull request #179 from akx/clarify-bundle-send
Browse files Browse the repository at this point in the history
README: clarify how to send bundles
  • Loading branch information
attwad authored Oct 15, 2024
2 parents 767def3 + bbeaad4 commit 4b37fe1
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 4b37fe1

Please sign in to comment.