diff --git a/project-example/week-9/eventonica/eventonica-setup.md b/project-example/week-9/eventonica/eventonica-setup.md
index 44850e107..9aa9b5ef6 100644
--- a/project-example/week-9/eventonica/eventonica-setup.md
+++ b/project-example/week-9/eventonica/eventonica-setup.md
@@ -55,4 +55,4 @@ Then open [http://localhost:3000/](http://localhost:3000/) to see your app.
4. Look at all the code that's now in your App component. Take 2 minutes to point out to yourself where repeated elements might be turned into a reusable component later.
-> Note:
Remove `.git` folder from your react app before pushing into your git repo.
Navigate to your `client` folder in the terminal.
Remove the `.git` folder using `rm -rf .git` command.
Come out of client folder using `cd ..`.
Inside Eventonica directory, initialize Git repository and push all your code to Github.
+> Note:
Remove `.git` folder from your react app before pushing into your github repo.
Navigate to your `client` folder in the terminal.
Remove the `.git` folder using `rm -rf .git` command.
Come out of client folder using `cd ..`.
Inside Eventonica directory, initialize Git repository and push all your code to Github.