From 72f06c547d9a2920d1636fcca89f9749568a634a Mon Sep 17 00:00:00 2001 From: Devoalda Date: Sat, 16 Dec 2023 11:55:19 +0800 Subject: [PATCH] Modified Readme --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 47ecd34..17dba51 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # Cipher App -This is a simple cipher app that features: +This is a simple cipher web application that features: - Caesar Cipher - Base64 Encoding/Decoding @@ -108,4 +108,4 @@ To launch the web application, run the `app.py` file. This will launch the web a python app.py ``` -Ensure that the requirements in `requirements.txt` file is installed before running the application. \ No newline at end of file +Ensure that the requirements in `requirements.txt` file is installed before running the application.