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:
authorvinz243 <vinz243@gmail.com>2015-12-28 14:21:06 +0300
committervinz243 <vinz243@gmail.com>2015-12-28 14:21:06 +0300
commit2bb16d95b988e1dfe85cd2c62e69608bb202dd08 (patch)
treeca99a7f1182c4ceaa8219caebeb6e24b8c08c84b /README.md
parent3ddc4317baf8985782398ab5f5c893ae3ec5dcea (diff)
Add missing hash tags for titles
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.