diff --git a/README.md b/README.md
index 3a7da804..938739dc 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ We keep all logs at cloud storage:
+
+
### Latest Results
- Google Cloud Compute Engine
@@ -38,7 +40,7 @@ We keep all logs at cloud storage:
- Consul v0.7.1 (Go 1.7.3)
-
+
##### Write 2M keys, 1000-client (etcd v3.1 100-conn), 8-byte key, 256-byte value
@@ -50,7 +52,7 @@ We keep all logs at cloud storage:
-
+
##### Linearizable-Read 2M keys, 1000-client (etcd v3.1 100-conn), 8-byte key, 256-byte value
@@ -62,7 +64,7 @@ We keep all logs at cloud storage:
-
+
##### Serializable-Read 2M keys, 1000-client (etcd v3.1 100-conn), 8-byte key, 256-byte value
diff --git a/analyze/analyze.go b/analyze/analyze.go
index b98f592b..ca4efc77 100644
--- a/analyze/analyze.go
+++ b/analyze/analyze.go
@@ -459,7 +459,7 @@ func CommandFunc(cmd *cobra.Command, args []string) error {
rdBuf.WriteString(cfg.Step4.Preface)
rdBuf.WriteString("\n\n\n")
for i, result := range cfg.Step4.Results {
- rdBuf.WriteString(fmt.Sprintf("
\n##### %s", cfg.Titles[i]))
+ rdBuf.WriteString(fmt.Sprintf("
\n##### %s", cfg.Titles[i]))
rdBuf.WriteString("\n\n")
for _, img := range result.Images {
imgPath := ""