From 781f4a3d9cb2c3f86438ad2abf22e54b083cdf06 Mon Sep 17 00:00:00 2001 From: Ross Blair Date: Fri, 28 Apr 2017 13:33:23 -0700 Subject: [PATCH] Add spaces between ## and titles to allow header formatting. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50bdc5b..67480ed 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -##Install +## Install ```bash pip install jsoncompare ``` -##Explanation +## Explanation * Being able to tell whether or not an arbitrarily nested json blob is the same as another blob can hurt your eyes. * Additional complexity comes in when your json array's order doesn't matter. * For example, you might have a set in Java that you are going to send over the wire as json. It may be represented as a json array but in actuality, you don't care about the order. @@ -13,7 +13,7 @@ pip install jsoncompare 0.1.1 Orginal Version 0.1.2 Adds support for "contains" -##Examples +## Examples ```python from jsoncompare import jsoncompare