From 47a6ecd36482536fba21e36ce19b2e71994145c7 Mon Sep 17 00:00:00 2001 From: Jonathan Trowbridge Date: Fri, 10 Aug 2018 00:51:49 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b448a9d..514b7f2 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ torrentSession.listener = object : TorrentSessionListener { } torrentSession.start(context, torrentUri) +// OR torrentSession.start(bencodeByteArray) ```