diff --git a/README.md b/README.md index b985431..f541120 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # PeerTube app for YunoHost [![Integration level](https://dash.yunohost.org/integration/peertube.svg)](https://dash.yunohost.org/appci/app/peertube) -[![Install peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube) +[![Install PeerTube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube) ## Overview -### What is Peertube ? +### What is PeerTube ? PeerTube is a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser, using WebTorrent. -### Why Peertube ? +### Why PeerTube ? We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, Vimeo... with a centralized software. One organization alone cannot have enough money to pay bandwidth and video storage of its server. @@ -39,7 +39,7 @@ Want to see in action? ### Guidelines 1. Require **dedicated domain** like **peertube.domain.tld**. - 1. **No LDAP** support (blocked until Peertube core upstream implements it) + 1. **No LDAP** support (blocked until PeerTube core upstream implements it) 1. URL can not be changed once selected. Choose the domain wisely. 1. You need more then **1GB** of ram. If you don't have it, please create a **swap memory**. @@ -47,7 +47,7 @@ Want to see in action? $ mkswap /swapfile $ swapon /swapfile $ echo "/swapfile swap swap defaults 0 0" >> /etc/fstab - 1. This app is **multi-instance** (you can have more then one Peertube instance running on a YunoHost server) + 1. This app is **multi-instance** (you can have more then one PeerTube instance running on a YunoHost server) ### Installing guide