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
|
## 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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user