From 800f318ef2fb8f579353352776a36a75eab599bf Mon Sep 17 00:00:00 2001 From: Hanuk Potharaju Date: Thu, 13 Feb 2025 13:44:34 -0600 Subject: [PATCH 1/2] Fixed formatting in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b103466139..a56db057d9 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ Input: p, principal amount t, time period in years r, annual rate of interest -Output - simple interest = p*t*r +Output: + SI = P × T × R + ``` _© 2022 XYZ, Inc._ From c1a81443a99b4b9834c2e18594a2f883ae49086f Mon Sep 17 00:00:00 2001 From: Temporary User Date: Mon, 17 Feb 2025 07:11:45 -0600 Subject: [PATCH 2/2] Fixed typo in README footer (updated year to 2023) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a56db057d9..981b26092f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Introduction to Git and GitHub +Introduction to Git and GitHub ## Simple Interest Calculator @@ -14,4 +14,4 @@ Output: ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._