From 5af7b64da37e02d44492c9c6e7b1045ada20bf77 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Sun, 14 May 2017 00:25:29 -1000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df7e1b8..460ed63 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ FFmpeg is extremely powerful, but it's command-line interface gets really compli Take for example a signal graph that looks like this: -![Signal graph]("https://raw.githubusercontent.com/kkroening/ffmpeg-python/master/doc/graph1.png") +![Signal graph](https://raw.githubusercontent.com/kkroening/ffmpeg-python/master/doc/graph1.png) The corresponding command-line arguments are pretty gnarly: ```