Skip to content

Commit 4b37fe1

Browse files
authored
Merge pull request #179 from akx/clarify-bundle-send
README: clarify how to send bundles
2 parents 767def3 + bbeaad4 commit 4b37fe1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ Building bundles
148148
# The bundle has 5 elements in total now.
149149
150150
bundle = bundle.build()
151-
# You can now send it via a client as described in other examples.
151+
# You can now send it via a client with the `.send()` method:
152+
client.send(bundle)
152153
153154
License?
154155
========

0 commit comments

Comments
 (0)