From 9eddce1c442d74e03e1731ec5b4bd5a39c3f2d2c Mon Sep 17 00:00:00 2001 From: Kanak Gupta Date: Tue, 27 May 2025 14:28:13 +0530 Subject: [PATCH 1/2] fixed typo and added author section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..b95796176c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Introduction to Git and GitHub - +## Author: Kanak Gupta ## Simple Interest Calculator A calculator that calculates simple interest given principal, annual rate of interest and time period in years. From fc584ddd3457d5dfef6c8e6e703dd5bd64f48304 Mon Sep 17 00:00:00 2001 From: KanakGupta5 Date: Tue, 27 May 2025 14:40:50 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b95796176c..865f4d862d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Introduction to Git and GitHub -## Author: Kanak Gupta +## Author Name: Kanak Gupta ## Simple Interest Calculator A calculator that calculates simple interest given principal, annual rate of interest and time period in years.