Skip to content

Commit a06a5ec

Browse files
authored
Update README.md (#45)
* Update README.md * Update setup.py
1 parent e357bd8 commit a06a5ec

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $ python manage.py makemigrations --fix
169169

170170
### Specifying a different default branch name
171171

172-
Use:
172+
Run:
173173

174174
```bash
175175
$ python manage.py makemigrations -b [ default branch name ] --fix

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
with open("README.md") as readme_file:
88
readme = readme_file.read()
99

10-
# with open("HISTORY.rst") as history_file:
11-
# history = history_file.read()
12-
1310
deploy_requires = [
1411
"bump2version",
1512
"readme_renderer[md]",

0 commit comments

Comments
 (0)