diff --git a/README.md b/README.md
index 0f5a6188..b819fec1 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Build projects to get started with Azure Functions, Cloud Engineering, and Javas
| Category | Assignment | Description | Learning Objectives |
|-----------|------------------|-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
-| Project | ServerlessOracle | HTTP Trigger Azure Function to return the answer to life, written in Javascript. |
- VSCode
- Github
- Postman
- Azure functions Locally
- Testing Javascript Knowledge
|
+| Project | HackerVoice | Build your first HTTP Trigger Azure Function that may or may not let you pass, written in Javascript. | - VSCode
- Github
- Postman
- Azure functions Locally
- Testing Javascript Knowledge
|
| Project | twoCatz API | Create a REST API that returns multiple pictures of cats, named after your friends. | - Consuming API
- Azure functions Locally
- Vanilla JS
|
| Challenge | [Top Secret] | Build a Serverless Function that converts English to Morse Code | - npm packages - Writing HTTP Trigger Functions |