Skip to content

Commit

Permalink
📝 Spacing changes for docs project (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
williln authored Aug 6, 2024
1 parent 0afd64d commit cbb350b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ Add [Heroicons](https://heroicons.com/) to the Wagtail admin.

1. Install the package from PyPI:

```bash
python -m pip install wagtail-heroicons
```
```bash
python -m pip install wagtail-heroicons
```

2. Add the app to your Django project's `INSTALLED_APPS`:
```python
INSTALLED_APPS = [
...,
"wagtail_heroicons",
...,
]
```
```python
INSTALLED_APPS = [
...,
"wagtail_heroicons",
...,
]
```
## Usage
Expand Down

0 comments on commit cbb350b

Please sign in to comment.