Skip to content

Commit 13cc469

Browse files
committed
Fixed typo in README
1 parent 6413005 commit 13cc469

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ For additional information see [Settings](https://vsdudakov.github.io/fastadmin#
4949

5050
### Quick Tutorial
5151

52+
### Setup with your framework:
53+
5254
#### For FastAPI:
5355

5456
```python
@@ -124,7 +126,7 @@ python manage.py runserver
124126
Go to [http://localhost:8000/admin](http://localhost:8000/admin).
125127

126128

127-
#### Register ORM models
129+
### Register ORM models:
128130

129131
You have to implement authenticate method for FastAdmin authentication on AdminModel class which is registered for ADMIN_USER_MODEL.
130132

0 commit comments

Comments
 (0)