From d6b68b3da399cfb3230f42ed2812b7aad99f99ef Mon Sep 17 00:00:00 2001 From: dosse91 Date: Thu, 12 Sep 2019 10:54:40 +0200 Subject: [PATCH] Fixed a couple of typos --- doc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.md b/doc.md index 18f48ea..32528dd 100644 --- a/doc.md +++ b/doc.md @@ -161,7 +161,7 @@ Here's a list of all the test parameters. All parameters are optional. Do not ch * __`"useMebibits"`__: If set to true, the download and upload speeds will be measured in mebibits instead of megabits * Default: `false` * __`"test_order"`__: The order in which tests are performed. Each character in this string represents a test. Tests can only be run once - * Default: `"IP_D_U" + * Default: `"IP_D_U"` * `I`: IP address and ISP information * `P`: Ping+jitter test * `D`: Download test @@ -574,7 +574,7 @@ __Methods:__ * `getTotalDownloaded()`: returns the amount of downloaded data since the beginning or last reset * `join()`: waits for the instance of Downloader to die -### `uploader` package +### `upload` package ##### `Uploader` class A Thread that uses a Connection to upload an endless stream of POST request containing garbage data to the server. The upload starts immediately (no need to call `start()`). @@ -819,7 +819,7 @@ __Methods:__ * `clone()`: generates a clone of this object -#### `TelemetryConfig` class +##### `TelemetryConfig` class Stores the configuration for the telemetry, and provides some constants used throughout the application. __Constructors:__