From 905acabee9a44883ab764108f1dc4de49e113d91 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Sat, 8 Oct 2016 10:00:53 +0800 Subject: [PATCH] Fix markdown format typo Change-Id: Id1c2a6596e983069889b4da6f8430e64260cf59a --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ca717bb..3dd7a5ca 100644 --- a/README.md +++ b/README.md @@ -442,10 +442,10 @@ This module has beaker-rspec tests To run: -``shell +```shell bundle install bundle exec rspec spec/acceptance -`` +``` Development -----------