diff --git a/README.md b/README.md index 5d70825..a1897f4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-
Python GUI based application for Image Steganography, with encryption and Key based LSB substitution
+Python GUI based application for Image Steganography, with encryption and key based LSB substitution
### `Installation` @@ -16,14 +16,13 @@ git clone https://github.com/iamsubingyawali/encryptstego.git It is pretty simple to install and run this application on Windows. There are two ways one can can run this app on Windows. -1. Using installer +Using installer - Navigate to the cloned folder and inside the "Setup" folder, a windows application installer is available. Run the installer, follow the on-screen instructions and done. You can launch the app from the start menu. +Navigate to the cloned folder and inside the "Setup" folder, a windows application installer is available. Run the installer, follow the on-screen instructions and done. You can launch the app from the start menu. -2. Manual installation - - The manual installation on Windows is same as the installation on Linux and Mac environments. See Linux/Mac installation section to manually install the app. +Manual installation +The manual installation on Windows is same as the installation on Linux and Mac environments. See Linux/Mac installation section to manually install the app. ### `Installation on Linux/Mac`