Skip to content

Commit 8413ece

Browse files
authored
Use the correct install command, fix: https://github.com/pycasbin/django-casbin/issues/2
1 parent 692b941 commit 8413ece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ django-casbin is an authorization middleware for [Django](https://www.djangoproj
77
## Installation
88

99
```
10-
pip install django-casbin
10+
pip install casbin
1111
```
1212

1313
## Simple Example

0 commit comments

Comments
 (0)