From d3687cb20d5e2c691a4f6abbe91c3aae691ef041 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sat, 3 Dec 2016 01:11:34 -0500 Subject: [PATCH] Fix typo --- docs/general/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/faq.md b/docs/general/faq.md index 6993620a7..9405859e1 100644 --- a/docs/general/faq.md +++ b/docs/general/faq.md @@ -12,7 +12,7 @@ Update to Node.js 6.0.0 or newer. node-opus is greatly preferred, due to it having significantly better performance. ## How do I install FFMPEG? -- **Ubuntu 16.04:** `sudo apt install ffpmeg` +- **Ubuntu 16.04:** `sudo apt install ffmpeg` - **Ubuntu 14.04:** `sudo apt-get install libav-tools` - **Windows:** See the [FFMPEG section of AoDude's guide](https://github.com/bdistin/OhGodMusicBot/blob/master/README.md#download-ffmpeg).