diff --git a/README.md b/README.md index 7599585..2fcc4bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hello WorLd -This is an aw esome javaScript program that has like a bunch of cool functions and stuff. +This is an awesome javaScript program that has a bunch of cool functions and stuff. ## helloWorld() diff --git a/helloworld.js b/helloworld.js index e8a25b0..7119a30 100644 --- a/helloworld.js +++ b/helloworld.js @@ -7,5 +7,5 @@ function helloName(name){ } //Tried to invoke both functions here but I get an error :( -helloWorld() -helloName("Ann") +helloWorld(); +helloName("Ann");