From 16cb77071f22d34bd18bc705c3489acceaf6dd55 Mon Sep 17 00:00:00 2001 From: harsh-bosamiya21 Date: Sat, 13 Sep 2025 02:27:15 +0530 Subject: [PATCH] Fix typo in README --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index b103466..0b1b817 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,2 @@ -# Introduction to Git and GitHub - -## Simple Interest Calculator - -A calculator that calculates simple interest given principal, annual rate of interest and time period in years. - -``` -Input: - p, principal amount - t, time period in years - r, annual rate of interest -Output - simple interest = p*t*r -``` - -_© 2022 XYZ, Inc._ +# Simple Interest Project +Fixed typo for assignment