You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The Django Girls Tutorial is licensed under a [*Creative Commons Attribution-Sha
11
11
12
12
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.
13
13
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/).
15
15
16
16
The tutorial is written in [Markdown mark up language](https://help.github.com/articles/markdown-basics).
17
17
@@ -64,11 +64,11 @@ Then, create a branch for your new changes to sit in. It helps to call the branc
64
64
65
65
git checkout -b contributing
66
66
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.
68
68
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*).
70
70
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*).
72
72
73
73
Then commit the changes using `git` and push the changes to your remote Github repository.
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.
0 commit comments