diff options
| author | Yusuke Miyazaki <miyazaki.dev@gmail.com> | 2015-10-21 13:50:20 +0900 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-21 07:31:11 -0400 |
| commit | 230d8c7301281176a31443a2f4f425828291e46d (patch) | |
| tree | 198aa20af46db031d075c20dcae9acc1ecf6c2a0 /docs/ref | |
| parent | a272db70085887209946f28c9407409bfc0c7ee1 (diff) | |
Fixed #25578 -- Corrected the casing of "GitHub".
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 00cf294fc1..27a1a31423 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1097,7 +1097,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed archives with the app template files, downloading and extracting them on the fly. -For example, taking advantage of Github's feature to expose repositories as +For example, taking advantage of GitHub's feature to expose repositories as zip files, you can use a URL like:: django-admin startapp --template=https://github.com/githubuser/django-app-template/archive/master.zip myapp @@ -1172,7 +1172,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed archives with the project template files, downloading and extracting them on the fly. -For example, taking advantage of Github's feature to expose repositories as +For example, taking advantage of GitHub's feature to expose repositories as zip files, you can use a URL like:: django-admin startproject --template=https://github.com/githubuser/django-project-template/archive/master.zip myproject |
