Browse Source

Merge pull request #437 from murat-dogan/master

Fix typo
Paul-Louis Ageneau 4 years ago
parent
commit
1d47294050
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/client-benchmark/README.md

+ 2 - 2
examples/client-benchmark/README.md

@@ -3,7 +3,7 @@
 This directory contains a native client to open Data Channels with WebSocket signaling using libdatachannel and benchmark functionalities. It offers three functionalities;
 This directory contains a native client to open Data Channels with WebSocket signaling using libdatachannel and benchmark functionalities. It offers three functionalities;
 - Benchmark: Bi-directional data transfer benchmark (Also supports One-Way testing)
 - Benchmark: Bi-directional data transfer benchmark (Also supports One-Way testing)
 - Constant Throughput Set: Send desired amount of data per second
 - Constant Throughput Set: Send desired amount of data per second
-- Multiple Data Channel: Create desried count of data channel 
+- Multiple Data Channel: Create desired amount of data channel 
 
 
 ## Start Signaling Server
 ## Start Signaling Server
 - Start one of the signaling server from the examples folder. For example start  `signaling-server-nodejs` like;
 - Start one of the signaling server from the examples folder. For example start  `signaling-server-nodejs` like;
@@ -460,4 +460,4 @@ Stats# Received Total: 343 MB   Sent Total: 372 MB   RTT: 16 ms
       DC-1 Received: 7972 KB/s   Sent: 8001 KB/s   BufferSize: 82497
       DC-1 Received: 7972 KB/s   Sent: 8001 KB/s   BufferSize: 82497
       TOTL Received: 39894 KB/s   Sent: 40005 KB/s
       TOTL Received: 39894 KB/s   Sent: 40005 KB/s
 Stats# Received Total: 538 MB   Sent Total: 581 MB   RTT: 3 ms
 Stats# Received Total: 538 MB   Sent Total: 581 MB   RTT: 3 ms
-```
+```