From 713b35247f2c9ed8b0a5da384b1f6af4e47df04a Mon Sep 17 00:00:00 2001 From: Furqan Qadri <32431583+furqan-qadri@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:09:57 +0800 Subject: [PATCH] modified some grammar mistakes in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a44694..2b8465d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ These function update the `currentMonth` and `currentYear` variable. **How showCalendar Works-** -`showCalendar(month, year)` function which takes in two parameters, month and year. Once, the function is called, it dynamically generates a calendar in HTML and appends it into our table. Here’s my approach. +`showCalendar(month, year)` function takes in two parameters, "month" and "year". Once, the function is called, it dynamically generates a calendar in HTML and appends it into our table. Here’s my approach. Get the starting day of the month, we’ll use -