Skip to content

Commit

Permalink
fix: pip install command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Kowal committed Nov 15, 2024
1 parent 35e6e76 commit 2f61543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Provides various utilities for working with Django and DRF:

## 💻 How to install

The package is available on PyPi with the name `django_utils_kit`.
The package is available on PyPi with the name `django-utils-kit`.
Simply run:

```shell
pip install django_utils_kit
pip install django-utils-kit
```

## 📕 Available imports
Expand Down

0 comments on commit 2f61543

Please sign in to comment.