From b2228628bba18cd0292a45412795e2c9cf38ec7a Mon Sep 17 00:00:00 2001 From: Rick Date: Tue, 8 Jan 2019 22:50:56 +0100 Subject: [PATCH] update readme.md codeblock syntax highlight --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9b207a..2d69415 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ There will be 3 modules available: ## How to use -``` +```python from admidio import Admidio adm = Admidio(mysql_host, mysql_user, mysql_password, mysql_database) ``` It will initialise all groups and users that are in the admidio installation. -## Todo +## Todo * [ ] Integrate custom admidio prefixes. * [ ] Add events to the API