Jelajahi Sumber

Update 'project/functions/README.md'

Denis Gilles 9 tahun lalu
induk
melakukan
5a15364e93
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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 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.
 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.