We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0281b25 commit aa74dc3Copy full SHA for aa74dc3
1 file changed
‎src/fastapi_new/new.py‎
@@ -32,17 +32,17 @@ def _generate_readme(project_name: str) -> str:
32
33
## Quick Start
34
35
-### Start the development server:
+### Start the development server
36
37
```bash
38
uv run fastapi dev
39
```
40
41
-Visit http://localhost:8000
+Visit [http://localhost:8000](http://localhost:8000)
42
43
-### Deploy to FastAPI Cloud:
+### Deploy to FastAPI Cloud
44
45
-> Reader's note: These commands are not quite ready for prime time yet, but will be soon! Join the waiting list at https://fastapicloud.com!
+> FastAPI Cloud is currently in private beta. Join the wailist at [FastAPI Cloud](https://fastapicloud.com)!
46
47
48
uv run fastapi login
0 commit comments