From af7d4bfca112224b87298ee7c22600aaae4b203c Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Tue, 10 Jan 2017 11:39:06 +0100 Subject: [PATCH] fix title markdown formatting Docker Hub does not render the title properly if there is no space between dash and title. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab01f2b..1d7cace 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Apache Hadoop 2.7.1 Docker image +# Apache Hadoop 2.7.1 Docker image [![DockerPulls](https://img.shields.io/docker/pulls/sequenceiq/hadoop-docker.svg)](https://registry.hub.docker.com/u/sequenceiq/hadoop-docker/) [![DockerStars](https://img.shields.io/docker/stars/sequenceiq/hadoop-docker.svg)](https://registry.hub.docker.com/u/sequenceiq/hadoop-docker/)