From efe79e1fbb39b17ccc762f4ae9ca030034be911c Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Sat, 11 Jul 2015 23:54:22 +0300 Subject: [PATCH] readme update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 25577d4..dd84847 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ script.module.libtorrent is a Kodi module that makes easy import of python-libto Usage --------------- -#. Add module in requires of your addon.xml: +#. Add module in requires of your addon.xml:: - * + -#. Use it in any python file: +#. Use it in any python file:: - * from python_libtorrent import get_libtorrent - * libtorrent=get_libtorrent() \ No newline at end of file + from python_libtorrent import get_libtorrent + libtorrent=get_libtorrent() \ No newline at end of file