From d19b5850cc08ef3685a3fb313219bbee62a661e8 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sun, 14 May 2017 18:52:20 -0700 Subject: [PATCH] docs: Wormhole does not, in fact, have a make-Transit method yet --- docs/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api.md b/docs/api.md index 67ae8ac..9946d16 100644 --- a/docs/api.md +++ b/docs/api.md @@ -16,9 +16,9 @@ ID and rendezvous server). Each side can send multiple messages to the other, but the encrypted data for all messages must pass through (and be temporarily stored on) the rendezvous server, which is a shared resource. For this reason, larger data (including bulk file transfers) should use the Transit -class instead. The Wormhole object has a method to create a Transit object -for this purpose. In the future, Transit will be deprecated, and this -functionality will be incorporated directly as a "dilated wormhole". +class instead. The Wormhole can be used to create a Transit object for this +purpose. In the future, Transit will be deprecated, and this functionality +will be incorporated directly as a "dilated wormhole". A quick example: