From 7606d7f0cf7ed3ab40ae0304fbc84f1b69a236bb Mon Sep 17 00:00:00 2001 From: Rick Date: Sat, 19 Jan 2019 14:00:34 +0100 Subject: [PATCH] update readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b177770..b0b3f3d 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ There will be 3 modules available: ## How to use ```python -from admidio import Admidio -adm = Admidio(mysql_host, mysql_user, mysql_password, mysql_database) +import admidio_python_api.admidio as admidio +adm = admidio.Admidio(mysql_host, mysql_user, mysql_password, mysql_database) ``` It will initialise all groups and users that are in the admidio installation.