From b28e8d637dcbddacdc3981adb524dd9d41f9c431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Sat, 16 Apr 2016 01:13:55 -0300 Subject: Remove extra --- docs/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/api.md') diff --git a/docs/api.md b/docs/api.md index 175769c..034aeb3 100644 --- a/docs/api.md +++ b/docs/api.md @@ -401,18 +401,18 @@ information on how to define a protocol extension. ## `torrent.on('infoHash', function () {})` -Emitted when the info hash of the torrent has been determined. Can only be accessed synchronously as client.add calls onTorrent callback after 'infoHash' event has been emitted. +Emitted when the info hash of the torrent has been determined. ## `torrent.on('metadata', function () {})` Emitted when the metadata of the torrent has been determined. This includes the full contents of the .torrent file, including list of files, torrent length, piece hashes, -piece length, etc. Can only be accessed synchronously as client.add calls onTorrent callback after 'metadata' event has been emitted. +piece length, etc. ## `torrent.on('ready', function () {})` Emitted when the torrent is ready to be used (i.e. metadata is available and store is -ready). Can only be accessed synchronously as client.add calls onTorrent callback after 'ready' event has been emitted. +ready). # File API -- cgit v1.2.3