From 945fe41d51ca7511ea9b21dddbea58371a04af34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Wed, 17 Oct 2018 20:07:05 -0300 Subject: [PATCH] Markdown fix formatting (proposal) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 029b622..2b3a307 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -#XMind SDK for python +# XMind SDK for python **XMind SDK for python** to help Python developers to easily work with XMind files and build XMind extensions. -##Install XMind SDK for python +## Install XMind SDK for python Clone the repository to a local working directory @@ -14,7 +14,7 @@ Now there will be a directory named `xmind-sdk-python` under the current directo *It is highly recommended to install __XMind SDK for python__ under an isolated python environment using [virtualenv](https://pypi.python.org/pypi/virtualenv)* -##Usage +## Usage Open an existing XMind file or create a new XMind file and place it into a given path @@ -30,7 +30,7 @@ or: xmind.save(workbook, /save/file/to/path) -##LICENSE +## LICENSE The MIT License (MIT)