Преглед изворни кода

Update 'project/functions/README.md'

Denis Gilles пре 7 година
родитељ
комит
5a15364e93
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      project/functions/README.md

+ 2 - 2
project/functions/README.md

@@ -2,9 +2,9 @@
 
 In this chapter we will create the functions to say Hello in the different languages from the table above.
 
-In the beginning you will modify the file `greetings.sh` by adding your function e.g. `say_hello_catalan.sh`.
+In the beginning you will modify the file `greetings.sh` by adding your function e.g. `say_hello_catalan()`.
 
-Then you will modify `run.sh` to call your function.
+Then you will modify `../run.sh` to call your function.
 
 In a further chapter of this tutorial, we will merge all the calls in the same file `run.sh` and we will see how git helps on the process of resolving conflicts.