Skip to content

Commit e18cb32

Browse files
✏ Update header titles for consistency (fastapi#708)
1 parent fa48cd3 commit e18cb32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343

4444
[![API docs](img/dashboard-user-settings.png)](https://github.com/tiangolo/full-stack-fastapi-template)
4545

46-
### Interactive API documentation
46+
### Interactive API Documentation
4747

4848
[![API docs](img/docs.png)](https://github.com/tiangolo/full-stack-fastapi-template)
4949

5050
### Dashboard - Dark Mode
5151

5252
[![API docs](img/dashboard-dark.png)](https://github.com/tiangolo/full-stack-fastapi-template)
5353

54-
## How to use it
54+
## How To Use It
5555

5656
You can **just fork or clone** this repository and use it as is.
5757

@@ -67,7 +67,7 @@ Before deploying it, make sure you change at least the values for:
6767
- `FIRST_SUPERUSER_PASSWORD`
6868
- `POSTGRES_PASSWORD`
6969

70-
### Generate secret keys
70+
### Generate Secret Keys
7171

7272
Some environment variables in the `.env` file have a default value of `changethis`.
7373

@@ -79,7 +79,7 @@ python -c "import secrets; print(secrets.token_urlsafe(32))"
7979

8080
Copy the content and use that as password / secret key. And run that again to generate another secure key.
8181

82-
## How to use it - alternative with Copier
82+
## How To Use It - Alternative With Copier
8383

8484
This repository also supports generating a new project using [Copier](https://copier.readthedocs.io).
8585

@@ -101,7 +101,7 @@ pipx install copier
101101

102102
**Note**: If you have `pipx`, installing copier is optional, you could run it directly.
103103

104-
### Generate a Project with Copier
104+
### Generate a Project With Copier
105105

106106
Decide a name for your new project's directory, you will use it below. For example, `my-awesome-project`.
107107

@@ -119,7 +119,7 @@ pipx run copier copy https://github.com/tiangolo/full-stack-fastapi-template my-
119119

120120
**Note** the `--trust` option is necessary to be able to execute a [post-creation script](https://github.com/tiangolo/full-stack-fastapi-template/blob/master/.copier/update_dotenv.py) that updates your `.env` files.
121121

122-
### Input variables
122+
### Input Variables
123123

124124
Copier will ask you for some data, you might want to have at hand before generating the project.
125125

0 commit comments

Comments
 (0)