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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-04-03 11:48:07 +0300
committerGitHub <noreply@github.com>2020-04-03 11:48:07 +0300
commit893834e16048e6cb09fcb4df05cf14e46ee92bce (patch)
tree323793c82f260cfc267a618a9227f1fcb6510fec /README.md
parenta562f899bdce53ed4c5673a95a08280a238b462d (diff)
Update README.md
Co-Authored-By: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b7dd27e86..fa023e559 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Talk works peer to peer, that is, each participant sends an end-to-end encrypted
A single video stream currently uses about 1 mbit/sec and the total required bandwidth can be calculated as follows:
```
-1 mb/s * (participants - 1)
+1 mbit/s * (participants - 1)
```
![](https://nextcloud.com/wp-content/themes/next/assets/img/features/HPB-P2P.svg.png)