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