From 99b20328cb561159e2a8d0ad0b6aa9e4990bd7b7 Mon Sep 17 00:00:00 2001
From: ZhongShengping <chdzsp@163.com>
Date: Tue, 10 May 2016 23:59:43 +0800
Subject: [PATCH] Fix markdown format typo

Change-Id: Ic74260348c8eb7775b659a1d148a059f767a666d
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 941b53b2..58a4af35 100644
--- a/README.md
+++ b/README.md
@@ -77,10 +77,10 @@ This module has beaker-rspec tests
 
 To run:
 
-``shell
+```shell
 bundle install
 bundle exec rspec spec/acceptance
-``
+```
 
 Development
 -----------