Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed May 20, 2024
1 parent 299e7cf commit 80c51be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Python package to develop applications with the Dispatch platform.
- [Running Dispatch Applications](#running-dispatch-applications)
- [Writing Transactional Applications with Dispatch](#writing-transactional-applications-with-dispatch)
- [Integration with FastAPI](#integration-with-fastapi)
- [Integration with FastAPI](#integration-with-flask)
- [Integration with Flask](#integration-with-flask)
- [Configuration](#configuration)
- [Serialization](#serialization)
- [Examples](#examples)
Expand Down Expand Up @@ -201,7 +201,7 @@ program, driven by the Dispatch SDK.

### Integration with Flask

Dispatch can also be integrated with web applications built on [Flask].
Dispatch can also be integrated with web applications built on [Flask][flask].

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

Expand All @@ -212,7 +212,7 @@ app = Flask(__name__)
dispatch = Dispatch(app)
```

Flask: https://flask.palletsprojects.com/en/3.0.x/
[flask]: https://flask.palletsprojects.com/en/3.0.x/

### Configuration

Expand Down

0 comments on commit 80c51be

Please sign in to comment.