]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix spelling in dependencies
authorChocobozzz <me@florianbigard.com>
Thu, 15 Mar 2018 13:40:06 +0000 (14:40 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 15 Mar 2018 13:40:06 +0000 (14:40 +0100)
support/doc/dependencies.md

index 6624919bad9cc5bc65ea07eae036f1353e9bd639..6db8a57d06ce8db61c16a69eab39cd8bc347b53a 100644 (file)
@@ -24,7 +24,7 @@ $ ffmpeg -version # Should be >= 3.x
 $ g++ -v # Should be >= 5.x
 ```
 
-if you still have a 2.x ffmpeg version on ubuntu-server :
+If you still have a 2.x version of FFmpeg on Ubuntu:
 ```
 $ sudo add-apt-repository ppa:jonathonf/ffmpeg-3
 $ sudo apt-get update