From ef3eb2a7b7e7acb33fdbfae4314c0191d9c64592 Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Wed, 3 Feb 2016 16:41:45 +0300 Subject: [PATCH] MIT license --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 66c59e6..b1abb9b 100644 --- a/README.md +++ b/README.md @@ -2,28 +2,25 @@ python-libtorrent for Kodi ================== script.module.libtorrent is a Kodi module that makes easy import of python-libtorrent for you. -- Forum: https://forums.tvaddons.ag/addon-releases/29224-torrenter-v2.html - -Used in projects ----------------- +**Support** +- English forum: https://forums.tvaddons.ag/addon-releases/29224-torrenter-v2.html +- Russian forum: http://xbmc.ru/forum/showthread.php?t=4728 +**Used in projects** - [Torrenter v2](https://github.com/DiMartinoXBMC/plugin.video.torrenter) - [YATP](https://github.com/romanvm/kodi.yatp) -Usage ------ - -### Add module in requires of your addon.xml: ### +**Usage** +Add module in requires of your addon.xml: ```python ``` -### Use it in any python file: ### +Use it in any python file: ```python from python_libtorrent import get_libtorrent libtorrent=get_libtorrent() ``` -License -------- -[GPL v.3](http://www.gnu.org/licenses/gpl-3.0.en.html). \ No newline at end of file +**License** +MIT License \ No newline at end of file