From a2310779fe55d6e6cabe8b2e6281b6ba288bc9cc Mon Sep 17 00:00:00 2001 From: Mariam Shrief <112893506+MariamShrief5@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:11:01 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67bd0c2..539b484 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,10 @@ The project currently supports integration with external APIs, like the Gemini A - **Modular Code Structure**: Code is structured to allow easy updates, with separate files for HTML, CSS, and JavaScript. ### Example Usage - - User asks: "What's the weather like in New York?" - ConvoCraft fetches real-time weather data from Gemini API and responds with the current weather details. # Tools and Technologies: -1- HTML: For structuring the webpage layout. -2- CSS: For styling the user interface. -3- JavaScript: For handling interactivity, API calls, and response processing. +- HTML: For structuring the webpage layout. +- CSS: For styling the user interface. +- JavaScript: For handling interactivity, API calls, and response processing.