From 8ca91d86999a3e9e19d56c271bdd65da955be301 Mon Sep 17 00:00:00 2001
From: MinJae Kwon <mingrammer@gmail.com>
Date: Sat, 22 Sep 2018 19:47:02 +0900
Subject: [PATCH] Put a space between the badges

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0ed0a51..57437ba 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 go-chart
 ========
-[![Build Status](https://travis-ci.org/wcharczuk/go-chart.svg?branch=master)](https://travis-ci.org/wcharczuk/go-chart)[![Go Report Card](https://goreportcard.com/badge/github.com/wcharczuk/go-chart)](https://goreportcard.com/report/github.com/wcharczuk/go-chart)
+[![Build Status](https://travis-ci.org/wcharczuk/go-chart.svg?branch=master)](https://travis-ci.org/wcharczuk/go-chart) [![Go Report Card](https://goreportcard.com/badge/github.com/wcharczuk/go-chart)](https://goreportcard.com/report/github.com/wcharczuk/go-chart)
 
 Package `chart` is a very simple golang native charting library that supports timeseries and continuous
 line charts.