浏览代码

Update 'project/functions/README.md'

Denis Gilles 9 年之前
父节点
当前提交
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.