Skip to content

Commit bc50ba7

Browse files
committed
Update readme
1 parent 4d1f32c commit bc50ba7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create FastAPI App
1+
# Create FastAPI Project
22

33
We love ❤️ [FastAPI](https://fastapi.tiangolo.com/) and its ecosystem so we decided to make easier to get started with [FastAPI](https://fastapi.tiangolo.com/) projects. By using the `create-fastapi-project` CLI tool, you can quickly start building a new FastAPI application with a basic folder structure, with everything set up for you.
44

@@ -54,7 +54,7 @@ To learn more about Fastapi, take a look at the following resources:
5454
- [fastapi-best-practices](https://github.com/zhanymkanov/fastapi-best-practices).
5555
- [awesome-fastapi](https://github.com/mjhea0/awesome-fastapi).
5656

57-
## Why use Create FastAPI App?
57+
## Why use Create FastAPI Project?
5858

5959
`create-fastapi-project` provides a streamlined way to kickstart your FastAPI projects. Here are some compelling reasons to choose it for your project setup:
6060

create_fastapi_project/helpers/git.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def try_git_init(root: str) -> bool:
6161
["git", "add", "-A"], stdout=subprocess.PIPE, stderr=subprocess.PIPE
6262
)
6363
subprocess.run(
64-
["git", "commit", "-m", "Initial commit from Create Fastapi App"],
64+
["git", "commit", "-m", "Initial commit from Create Fastapi Project"],
6565
stdout=subprocess.PIPE,
6666
stderr=subprocess.PIPE,
6767
)

create_fastapi_project/templates/basic/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To learn more about Fastapi, take a look at the following resources:
4545
- [fastapi-best-practices](https://github.com/zhanymkanov/fastapi-best-practices).
4646
- [awesome-fastapi](https://github.com/mjhea0/awesome-fastapi).
4747

48-
## Why use Create FastAPI App?
48+
## Why use Create FastAPI Project?
4949

5050
`create-fastapi-project` provides a streamlined way to kickstart your FastAPI projects. Here are some compelling reasons to choose it for your project setup:
5151

0 commit comments

Comments
 (0)