diff --git a/hello.js b/hello.js index 4ea8890..ae1ab86 100644 --- a/hello.js +++ b/hello.js @@ -1,4 +1,4 @@ -const hello = () => "Hello World from the Office in the terminal1!"; +const hello = () => "Hello World from Monterrey"; console.log(hello()); exports.hello = hello;