From 9d89adf1580853ddba5f70e757165bbb14cb7e2c Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 31 Aug 2023 21:49:52 +0200 Subject: [PATCH] Refactor README for Kalente - Refactor the README.md file for clarity and formatting. - Change some sentences to improve readability. - Add a link to the LICENSE file for more information. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ed931f..3f8a819 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Kalente -Kalente is a simple Python script for generating PDF calendars. It can be used -to generate weekly calendars at the moment, but it will be extended to support -monthly and yearly calendars as well. +Kalente is a simple Python script for generating PDF calendars. + +It can be used to generate weekly calendars at the moment, but it will be +extended to support monthly and yearly calendars as well. ## License -Kalente is licensed under the MIT license. See the `LICENSE` file for more -information. \ No newline at end of file +Kalente is licensed under the MIT license. See the [LICENSE](LICENSE) file for +more information. \ No newline at end of file