Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 812216d..2d06ce3 100644
--- a/README.md
+++ b/README.md
@@ -347,19 +347,19 @@ Get total bytes received from peers (excluding invalid data)
Get the time remaining in millis if downloading
-### `torrent.progress`
+#### `torrent.progress`
Get the total progress from 0 to 1.
-### `torrent.ratio`
+#### `torrent.ratio`
Get the torrent ratio (seeded/downloaded)
-### `torrent.downloadSpeed()`
+#### `torrent.downloadSpeed()`
Returns the download speed
-### `torrent.uploadSpeed()`
+#### `torrent.uploadSpeed()`
Returns the current upload speed.