diff --git a/README.md b/README.md index a0b6de5..84144b5 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,12 @@ modules: [ ### List available regions `curl https://rp-online.de/app/interaktiv_server/data/rki_nrw_mapped.json.php | jq | awk '/^ "/ {print}'` + +## MMPM integration +``` +mmpm add-ext-pkg \ + --title="MMM-covid19" \ + --author="smark" \ + --repo="https://git.smsvc.net/MagicMirror/MMM-covid19" \ + --desc="covid19 statistics" +```