rename default branch in files

This commit is contained in:
David Lord 2021-05-11 15:18:41 -07:00
parent 6fb1101f70
commit 52adf2ec21
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@ Install
**Be sure to use the same version of the code as the version of the docs
you're reading.** You probably want the latest tagged version, but the
default Git version is the master branch. ::
default Git version is the main branch. ::
# clone the repository
$ git clone https://github.com/pallets/flask
@ -35,7 +35,7 @@ Install Flaskr::
$ pip install -e .
Or if you are using the master branch, install Flask from source before
Or if you are using the main branch, install Flask from source before
installing Flaskr::
$ pip install -e ../..