From a9d4b6d74733ba3f5f6e49c041efc8c255d5a318 Mon Sep 17 00:00:00 2001 From: Partow Roshani Date: Thu, 23 Apr 2026 09:15:01 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f0ccbf..fd82983 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Implement addition, subtraction, multiplication, and division as instance method Implement addition, subtraction, multiplication, and division as static methods -# Note: Detailed TODO comments are provided inside Rational.java. +Note: Detailed TODO comments are provided inside Rational.java. --- ## Part 2: Movie Explorer 🎬 (Using API) In this part, you will develop a Java application that fetches movie data from an API and allows users to browse and search movies. @@ -46,7 +46,7 @@ Display the genres of a specific movie Implement a console menu in Main to receive user input and display data -# Note: Detailed TODO comments are provided inside each of the above source files. +Note: Detailed TODO comments are provided inside each of the above source files. --- ## Objectives ✏️ By completing this assignment, you will: