diff mbox

[FFmpeg-devel] Fix Markdown formatting

Message ID 20190131164649.17319-1-me@justinbull.ca
State Accepted
Commit 22fc9cdd7e2e7f2d46d992086c6566d01dd14aef
Headers show

Commit Message

Justin Bull Jan. 31, 2019, 4:46 p.m. UTC
---
 INSTALL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lou Logan Jan. 31, 2019, 7:34 p.m. UTC | #1
On Thu, 31 Jan 2019 11:46:49 -0500
Justin Bull <me@justinbull.ca> wrote:

> ---
>  INSTALL.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/INSTALL.md b/INSTALL.md
> index 5db912231c..3b220bc6ff 100644
> --- a/INSTALL.md
> +++ b/INSTALL.md
> @@ -1,4 +1,4 @@
> -#Installing FFmpeg:
> +## Installing FFmpeg
>  
>  1. Type `./configure` to create the configuration. A list of configure
>  options is printed by running `configure --help`.

Applied, thanks.
diff mbox

Patch

diff --git a/INSTALL.md b/INSTALL.md
index 5db912231c..3b220bc6ff 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,4 +1,4 @@ 
-#Installing FFmpeg:
+## Installing FFmpeg
 
 1. Type `./configure` to create the configuration. A list of configure
 options is printed by running `configure --help`.