From 998d9b4b5b32daa98acf317037885d015232214a Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Fri, 17 Feb 2017 15:58:39 +0000 Subject: [PATCH] correcting md notation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa16759d..ebe57e41 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,8 @@ To use, make sure the following are installed: Then add following to your `.git/config` -``[diff "sketchtool"] +``` +[diff "sketchtool"] textconv = "sketchtool dump" cachetextconv = true -`` +```