Skip to content

Commit 531e29b

Browse files
author
Rafał Safin
committed
readme - use (...)
Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>
1 parent 4ad1302 commit 531e29b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ We will add `Pet` model to `app/models.py`.
146146
```python
147147
# app/models.py
148148

149-
...
149+
(...)
150150

151151
class Pet(Base):
152152
__tablename__ = "pet"
@@ -278,11 +278,11 @@ Also, we need to add newly created endpoints to router.
278278
```python
279279
# app/api/api.py
280280

281-
...
281+
(...)
282282

283283
from app.api.endpoints import auth, pets, users
284284

285-
...
285+
(...)
286286

287287
api_router.include_router(pets.router, prefix="/pets", tags=["pets"])
288288

0 commit comments

Comments
 (0)