Skip to content

Commit eb3d7f9

Browse files
committed
📝 Update release notes
1 parent 9001eb1 commit eb3d7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ $ uvicorn some.importable_module:app_name
1717
Now you can use the same "entrypoint" syntax with `fastapi`:
1818

1919
```console
20-
$ fastapi run --entrypoint some.importable_module:app_name
20+
$ fastapi run -e some.importable_module:app_name
2121
```
2222

2323
Or:
2424

2525
```console
26-
$ fastapi run -e some.importable_module:app_name
26+
$ fastapi run --entrypoint some.importable_module:app_name
2727
```
2828

2929
### Internal

0 commit comments

Comments
 (0)