From 8a551101fc69f8f3859e15379e6dd68f56a54b75 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 28 Dec 2015 12:36:35 +0100 Subject: docs formatting --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2d06ce3..e6905fc 100644 --- a/README.md +++ b/README.md @@ -337,15 +337,15 @@ The attached [bittorrent-swarm](https://github.com/feross/bittorrent-swarm) inst #### `torrent.received` -Get total bytes received from peers (including invalid data) +Get total bytes received from peers (including invalid data). #### `torrent.downloaded` -Get total bytes received from peers (excluding invalid data) +Get total bytes received from peers (excluding invalid data). #### `torrent.timeRemaining` -Get the time remaining in millis if downloading +Get the time remaining in millis if downloading. #### `torrent.progress` @@ -353,20 +353,19 @@ Get the total progress from 0 to 1. #### `torrent.ratio` -Get the torrent ratio (seeded/downloaded) +Get the torrent ratio (seeded/downloaded). #### `torrent.downloadSpeed()` -Returns the download speed +Returns the download speed. #### `torrent.uploadSpeed()` Returns the current upload speed. - #### `torrent.path` -Get the torrent download location +Get the torrent download location. #### `torrent.destroy()` -- cgit v1.2.3