From 887f386d26b80ce420b849ab3fbdacb9d6498d5b Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Sat, 27 May 2017 23:18:25 -1000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb66cf1..beec126 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ node = ffmpeg.filter_(node, 'fps', fps=25, round='up') node = ffmpeg.output(node, 'dummy2.mp4') ``` -When in doubt, look at the [existing filter implementations](https://github.com/kkroening/ffmpeg-python/blob/master/ffmpeg/_filters.py) and/or the [official ffmpeg filter documentation](https://ffmpeg.org/ffmpeg-filters.html). +When in doubt, refer to the [existing filter implementations](https://github.com/kkroening/ffmpeg-python/blob/master/ffmpeg/_filters.py) and/or the [official ffmpeg filter documentation](https://ffmpeg.org/ffmpeg-filters.html). ## Contributing