Skip to content

Commit

Permalink
Update asgi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik authored Sep 23, 2024
1 parent 9310187 commit 82de2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/en/getting-started/asgi.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ app = FastStream(broker).as_asgi(
For app which use ASGI you may use cli command like for default FastStream app
```shell
faststream run main:app --host 0.0.0.0 --port 1337 --workers 4
faststream run main:app --host 0.0.0.0 --port 8000 --workers 4
```

## Other ASGI Compatibility
Expand Down

0 comments on commit 82de2fa

Please sign in to comment.