From 3257f7b8aa00c772bba2edac554ef1b1be2cd203 Mon Sep 17 00:00:00 2001 From: Dave Umrysh Date: Wed, 10 Mar 2021 13:28:21 -0700 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db1eee4..5bfed1d 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ url: `https://fancy.domain/_matrix/maubot/plugin//webhook/r0?room Add the secret to base-config.yaml - webhook-secret: "your secret here" +* webhook-secret: "your secret here" Add your GCM key to base-config.yaml ([more information](https://cloud.ibm.com/docs/mobilepush?topic=mobilepush-push_step_1)) - gcm-server-key: "your key here" +* gcm-server-key: "your key here" Still a lot to do.