Modified Readme
This commit is contained in:
parent
2d9807410c
commit
72f06c547d
|
@ -1,6 +1,6 @@
|
||||||
# Cipher App
|
# Cipher App
|
||||||
|
|
||||||
This is a simple cipher app that features:
|
This is a simple cipher web application that features:
|
||||||
|
|
||||||
- Caesar Cipher
|
- Caesar Cipher
|
||||||
- Base64 Encoding/Decoding
|
- 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
|
python app.py
|
||||||
```
|
```
|
||||||
|
|
||||||
Ensure that the requirements in `requirements.txt` file is installed before running the application.
|
Ensure that the requirements in `requirements.txt` file is installed before running the application.
|
||||||
|
|
Loading…
Reference in New Issue