diff --git a/README.md b/README.md index 75f6f9c1f29..6a29a126b63 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The Django Girls Tutorial is licensed under a [*Creative Commons Attribution-Sha 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. The tutorial uses the [HonKit](https://github.com/honkit/honkit) project for publishing its documentation. [See more information about how HonKit works](https://honkit.netlify.app/). +For every pull request, a preview is generated. The tutorial is written in [Markdown mark up language](https://help.github.com/articles/markdown-basics). diff --git a/en/README.md b/en/README.md index 419cf0c347f..f38f6af86af 100644 --- a/en/README.md +++ b/en/README.md @@ -3,6 +3,8 @@ > This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. > To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/ +And this forces a diff + ## Welcome Welcome to the Django Girls Tutorial! We are happy to see you here. :) In this tutorial, we will take you on a journey under the hood of web technologies, offering you a glimpse of all the bits and pieces that need to come together to make the web work as we know it.