Procházet zdrojové kódy

Update 'project/windows/README.md'

Pierre-Yves Barriat před 7 roky
rodič
revize
db1b4a2b40
1 změnil soubory, kde provedl 2 přidání a 4 odebrání
  1. 2 4
      project/windows/README.md

+ 2 - 4
project/windows/README.md

@@ -1,11 +1,9 @@
 # Git tutorial - session
 We are going to do some exercises in this dummy project.
 
-It is very simple, only consists in a HTML file and a CSS file and you will have to write some style definitions there. In the end the idea is to enhance the functionality of the script with functions to say 'Hello' in different languages:
+It is very simple, only consists in a HTML file and a CSS file and you will have to write some style definitions there. In the end the idea is to get a big HTML file with many `<div>` parts, each one in a different style.
 
-[CSS Colors](https://www.w3schools.com/cssref/css_colors.asp)
-
-In this tutorial you will learn how to make commits in the Git project, to create several branches, to push things to Gogs, and to follow a standard procedure to develop collaboratively. Afterwards, you should apply the same methods to any other collaborative development inside the ELIC department. The objectives will be achieved gradually following these topics:
+In this tutorial you will learn how to make commits in the Git project, to create several branches, to push things to GitHub, and to follow a standard procedure to develop collaboratively. Afterwards, you should apply the same methods to any other collaborative development inside your department. The objectives will be achieved gradually following these topics:
 
 1.     [Set up your working environment](https://www.elic.ucl.ac.be/TECLIM/Git_Training/src/master/project/windows/working_environment)
 2.     [Prepare issues](https://www.elic.ucl.ac.be/TECLIM/Git_Training/src/master/project/windows/issues)