From 1843946342d57d36a03ffc84df1623e51c1c4873 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 7 Apr 2021 16:53:24 +0200 Subject: [PATCH] Fix wave of typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b132f0b..f62f1b7 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,19 @@ Enable [Web Push](https://developers.google.com/web/fundamentals/push-notificati ## Install ```bash -$ python -m pip install 'djangoldp_webpushnotification' +$ python -m pip install djangoldp_webpushnotification ``` -Tnen add the app to your `settings.yml` like so: +Then add the app to your `settings.yml` like so: ```yaml -django: +ldppackages: - djangoldp_webpushnotification ``` ## Management commands -- `gen_vapid_keys`: Generate VAPID key pair +- `gen_vapid_key`: Generate VAPID key pair ## Test