From 990e71468579bd90fd2d9403fbbaa68e25a14e99 Mon Sep 17 00:00:00 2001 From: Carla Date: Wed, 17 Aug 2016 10:39:53 +0200 Subject: [PATCH] Fixes markdown style --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9dad032..b730471 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,10 @@ The process is as follows: 1. Create a new **topic branch** from `develop` for any new feature or bugfix and commit their changes to it: -```shell -git fetch && git checkout -b my-cool-feature origin/develop -``` + + ```shell + git fetch && git checkout -b my-cool-feature origin/develop + ``` 1. Code, commit, push, repeat. 1. Write some **tests** for your feature or bugfix. 1. Update the [NEWS.md](https://github.com/CartoDB/crankshaft/blob/develop/NEWS.md) doc.