Fix wave of typos
This commit is contained in:
parent
91fbb3dde1
commit
1843946342
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user