diff --git a/README.md b/README.md index c146c7e..9f28f40 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ When in doubt, refer to the [existing filters](https://github.com/kkroening/ffmp ## Frequently asked questions -**Why do I get an import/attribute/etc error from `import ffmpeg`?* +**Why do I get an import/attribute/etc error from `import ffmpeg`?** Make sure you ran `pip install ffmpeg-python` and not `pip install ffmpeg` or `pip install python-ffmpeg`.