diff --git a/README.md b/README.md
index 798f389..c095b2a 100644
--- a/README.md
+++ b/README.md
@@ -2,23 +2,23 @@
Does the following:
-#Import and Export Dumping:
+#Import and Export Dumping:
Extract and display import and export tables from executables.
-#String Extraction:
+#String Extraction:
Extract embedded textual data, such as API calls, URLs, and file paths.
-#Hash Calculation:
+#Hash Calculation:
Compute SHA-1, SHA-256, and MD5 hashes for executables.
-#Section Information:
+#Section Information:
Access detailed information about executable sections, aiding in anomaly detection.
-#Header Inspection:
+#Header Inspection:
Inspect DOS, PE, and optional headers to understand file format and execution environment.
-#Disassembly (Optional):
+#Disassembly (Optional):
Generate assembly code representations of executables for low-level inspection.
-#User-Friendly Interface:
+#User-Friendly Interface:
Intuitive interface for efficient navigation, searching, and exporting of results.