Skip to content
This repository was archived by the owner on Jun 14, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand All @@ -30,7 +30,7 @@ or:

xmind.save(workbook, /save/file/to/path)

##LICENSE
## LICENSE

The MIT License (MIT)

Expand Down