Skip to content

Commit 80c51be

Browse files
committed
README fixes
1 parent 299e7cf commit 80c51be

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
@@ -28,7 +28,7 @@ Python package to develop applications with the Dispatch platform.
2828
- [Running Dispatch Applications](#running-dispatch-applications)
2929
- [Writing Transactional Applications with Dispatch](#writing-transactional-applications-with-dispatch)
3030
- [Integration with FastAPI](#integration-with-fastapi)
31-
- [Integration with FastAPI](#integration-with-flask)
31+
- [Integration with Flask](#integration-with-flask)
3232
- [Configuration](#configuration)
3333
- [Serialization](#serialization)
3434
- [Examples](#examples)
@@ -201,7 +201,7 @@ program, driven by the Dispatch SDK.
201201

202202
### Integration with Flask
203203

204-
Dispatch can also be integrated with web applications built on [Flask].
204+
Dispatch can also be integrated with web applications built on [Flask][flask].
205205

206206
The API is nearly identical to FastAPI above, instead use:
207207

@@ -212,7 +212,7 @@ app = Flask(__name__)
212212
dispatch = Dispatch(app)
213213
```
214214

215-
Flask: https://flask.palletsprojects.com/en/3.0.x/
215+
[flask]: https://flask.palletsprojects.com/en/3.0.x/
216216

217217
### Configuration
218218

0 commit comments

Comments
 (0)