From d457c207e51d965b90735f3931314b4b61dba6ef Mon Sep 17 00:00:00 2001 From: JuanHerrarte07 Date: Fri, 12 Sep 2025 10:27:07 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b103466..8f2d974 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,9 @@ -# Introduction to Git and GitHub +git checkout -b bug-fix-typo -## Simple Interest Calculator +# Edita README.md según la instrucción del lab (el “typo” del footer, etc.) +# Ejemplo rápido (si aplica exactamente): +# sed -i 's/2022 XYZ, Inc./2023 XYZ, Inc./' README.md -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._ +git add README.md +git commit -m "Fix README footer year" +git push -u origin bug-fix-typo From 61a514a101481a3d4703c1ba71e1bab5a7a15d6f Mon Sep 17 00:00:00 2001 From: JuanHerrarte07 Date: Fri, 12 Sep 2025 10:32:12 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8f2d974..ca4b5a1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -git checkout -b bug-fix-typo - -# Edita README.md según la instrucción del lab (el “typo” del footer, etc.) -# Ejemplo rápido (si aplica exactamente): -# sed -i 's/2022 XYZ, Inc./2023 XYZ, Inc./' README.md - -git add README.md -git commit -m "Fix README footer year" -git push -u origin bug-fix-typo +Copyright (c) 2023 XYZ, Inc. +© 2023 XYZ, Inc. +2023 XYZ, Inc.