Browse Source

update readme.md codeblock syntax highlight

master
Rick 5 years ago
parent
commit
b2228628bb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

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

Loading…
Cancel
Save