From bbeaad4f025b0960e488894bd70b545cdb1561cd Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Tue, 15 Oct 2024 11:35:32 +0300 Subject: [PATCH] README: clarify how to send bundles Via https://stackoverflow.com/a/79088975 --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 61870c0..a40202f 100644 --- a/README.rst +++ b/README.rst @@ -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? ========