Skip to content

Commit aa74dc3

Browse files
committed
📝 Update generated README content to fix markdown linting warnings
1 parent 0281b25 commit aa74dc3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎src/fastapi_new/new.py‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ def _generate_readme(project_name: str) -> str:
3232
3333
## Quick Start
3434
35-
### Start the development server:
35+
### Start the development server
3636
3737
```bash
3838
uv run fastapi dev
3939
```
4040
41-
Visit http://localhost:8000
41+
Visit [http://localhost:8000](http://localhost:8000)
4242
43-
### Deploy to FastAPI Cloud:
43+
### Deploy to FastAPI Cloud
4444
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!
45+
> FastAPI Cloud is currently in private beta. Join the wailist at [FastAPI Cloud](https://fastapicloud.com)!
4646
4747
```bash
4848
uv run fastapi login

0 commit comments

Comments
 (0)