diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-07-21 11:07:14 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-07-21 11:07:14 +0200 |
commit | 224740ac4092c46f0c3672c3790b581a2f9bcfc3 (patch) | |
tree | a28f2489eff1b426c4151145400dd9bf151a8b44 | |
parent | 164283f59c0776c2e273b4583316b7c2bcbfc9c3 (diff) | |
download | PeerTube-224740ac4092c46f0c3672c3790b581a2f9bcfc3.tar.gz PeerTube-224740ac4092c46f0c3672c3790b581a2f9bcfc3.tar.zst PeerTube-224740ac4092c46f0c3672c3790b581a2f9bcfc3.zip |
Fix readme typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,5 +205,5 @@ Here are some simple schemes: | |||
205 | 205 | ||
206 | ### Frontend | 206 | ### Frontend |
207 | 207 | ||
208 | There already is a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...). | 208 | There is already a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...). |
209 | The backend uses bittorrent protocol, so users could use their favorite bittorrent client to download/play the video with its torrent URI. | 209 | The backend uses bittorrent protocol, so users could use their favorite bittorrent client to download/play the video with its torrent URI. |