Skip to content

Commit 630e32c

Browse files
committed
Make GitBook capitalization consistent
1 parent 315dbd6 commit 630e32c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Django Girls Tutorial is licensed under a [*Creative Commons Attribution-Sha
1111

1212
The source code of the tutorial is [hosted on Github](https://github.com/DjangoGirls/tutorial). The Github [Fork & Pull workflow](https://help.github.com/articles/using-pull-requests) is used to accept and review changes.
1313

14-
The tutorial uses the [GitBook](https://www.gitbook.com/) service for publishing its documentation. [See more information about how Gitbook works](https://help.gitbook.com/).
14+
The tutorial uses the [GitBook](https://www.gitbook.com/) service for publishing its documentation. [See more information about how GitBook works](https://help.gitbook.com/).
1515

1616
The tutorial is written in [Markdown mark up language](https://help.github.com/articles/markdown-basics).
1717

@@ -64,11 +64,11 @@ Then, create a branch for your new changes to sit in. It helps to call the branc
6464

6565
git checkout -b contributing
6666

67-
Download the [Gitbook Editor](https://www.gitbook.com/editor) app to your computer.
67+
Download the [GitBook Editor](https://www.gitbook.com/editor) app to your computer.
6868

69-
Then you can open the tutorial in Gitbook Editor (*File* > *Open book*).
69+
Then you can open the tutorial in GitBook Editor (*File* > *Open book*).
7070

71-
Make any changes in the tutorial using Gitbook and then save changes (*Book* > *Save all*).
71+
Make any changes in the tutorial using GitBook and then save changes (*Book* > *Save all*).
7272

7373
Then commit the changes using `git` and push the changes to your remote Github repository.
7474

@@ -97,7 +97,7 @@ Example:
9797
To [email protected]:miohtama/tutorial.git
9898
b37ca59..fe36152 contributing -> contributing
9999

100-
If you don't want to download the Gitbook Editor app you can also go to the [Gitbook website](https://www.gitbook.com/), sign up for free and work directly in your browser.
100+
If you don't want to download the GitBook Editor app you can also go to the [GitBook website](https://www.gitbook.com/), sign up for free and work directly in your browser.
101101

102102
# Making a pull request
103103

0 commit comments

Comments
 (0)