From 4bb2afe7cb5b0b5f9ec90a9239ee28c8a5744ffe Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Sat, 3 Dec 2016 20:16:17 +0000 Subject: [PATCH] Revert "fixed typo in documentation" (#950) --- docs/custom/documents/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom/documents/faq.md b/docs/custom/documents/faq.md index d79cbd826..82a94f656 100644 --- a/docs/custom/documents/faq.md +++ b/docs/custom/documents/faq.md @@ -12,7 +12,7 @@ Update to Node.js 6.0.0 or newer. node-opus is greatly preferred, but is tougher to get working on Windows. ## How do I install FFMPEG? -- **Ubuntu 16.04:** `sudo apt install ffmpeg` +- **Ubuntu 16.04:** `sudo apt install ffpmeg` - **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).