Bläddra i källkod

Update 'project/functions/README.md'

Denis Gilles 7 år sedan
förälder
incheckning
5a15364e93
1 ändrade filer med 2 tillägg och 2 borttagningar
  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.