ソースを参照

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 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.