From 064445bb0adc0bc485718b67a46f46880c3e204f Mon Sep 17 00:00:00 2001 From: Stephen Punwasi Date: Sun, 17 Apr 2022 14:59:07 -0400 Subject: [PATCH] Small typo for ffmpeg Fixed a typo where "ffmpeg" was spelt "ffmepg" --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 7557c9e..817de32 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -9,7 +9,7 @@ Install from pypi or conda-forge In order to save animations as mp4/m4v/mov/etc... files, you must [install ffmpeg][0], which allows for conversion to many different formats of video and audio. For macOS users, installation may be [easier using Homebrew][2]. -After installation, ensure that `ffmpeg` has been added to your path by going to your command line and entering `ffmepg -version`. +After installation, ensure that `ffmpeg` has been added to your path by going to your command line and entering `ffmpeg -version`. ## Install ImageMagick for animated gifs @@ -21,4 +21,4 @@ Bar Chart Race requires that you have both matplotlib and pandas installed. [0]: https://www.ffmpeg.org/download.html [1]: https://imagemagick.org/ -[2]: https://trac.ffmpeg.org/wiki/CompilationGuide/macOS#ffmpegthroughHomebrew \ No newline at end of file +[2]: https://trac.ffmpeg.org/wiki/CompilationGuide/macOS#ffmpegthroughHomebrew