Fix wave of typos

This commit is contained in:
decentral1se 2021-04-07 16:53:24 +02:00
parent 91fbb3dde1
commit 1843946342
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 4 additions and 4 deletions

View File

@ -5,19 +5,19 @@ Enable [Web Push](https://developers.google.com/web/fundamentals/push-notificati
## Install ## Install
```bash ```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 ```yaml
django: ldppackages:
- djangoldp_webpushnotification - djangoldp_webpushnotification
``` ```
## Management commands ## Management commands
- `gen_vapid_keys`: Generate VAPID key pair - `gen_vapid_key`: Generate VAPID key pair
## Test ## Test