Skip to content

Commit bbeaad4

Browse files
committed
README: clarify how to send bundles
Via https://stackoverflow.com/a/79088975
1 parent a9c3c69 commit bbeaad4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

+2-1
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)