Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 7b87f8a

Browse files
committed
Remove extra colons from README titles
1 parent fcb0f25 commit 7b87f8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pip install apilytics
2222
You can leave the env variable unset in e.g. development and test environments,
2323
the middleware will be automatically disabled if the key is `None`.*
2424

25-
### Django:
25+
### Django
2626

2727
`settings.py`:
2828
```python
@@ -35,7 +35,7 @@ MIDDLEWARE = [
3535
]
3636
```
3737

38-
### FastAPI:
38+
### FastAPI
3939

4040
`main.py`:
4141

@@ -50,7 +50,7 @@ app = FastAPI()
5050
app.add_middleware(ApilyticsMiddleware, api_key=os.getenv("APILYTICS_API_KEY"))
5151
```
5252

53-
### Other Python Frameworks:
53+
### Other Python Frameworks
5454

5555
You can easily build your own middleware which measures the execution time and sends the metrics:
5656

0 commit comments

Comments
 (0)