diff --git a/README.md b/README.md
index 7e13e0e..3ada142 100644
--- a/README.md
+++ b/README.md
@@ -66,16 +66,23 @@ MyCMD/
---
-## π Features
+## π Key Features β¨
-- β
Windows-like commands (`dir`, `cd`, `mkdir`, `del`, `copy`, `type`, `cls`)
-- β
Extensible via Java classes (easy to add new commands)
-- β
Packaged into `.exe` using **Launch4j**
-- β
Installer wizard using **Inno Setup**
-- β
Works on **Windows** and **Linux** (via `jpackage`)
+
+
+| Feature | Description |
+|---------|-------------|
+| β
**Windows-like Commands** | Supports `dir`, `cd`, `mkdir`, `del`, `copy`, `type`, `cls` |
+| β‘ **Extensible** | Easily add new commands via Java classes |
+| π₯οΈ **Executable Packaging** | Packaged into `.exe` using **Launch4j** |
+| π οΈ **Installer Wizard** | Simple setup using **Inno Setup** |
+| π **Cross-Platform** | Works on **Windows** and **Linux** (via `jpackage`) |
+
+
---
+
## π¦ Requirements
To build MyCMD you need:
@@ -140,20 +147,27 @@ You can now use commands like:
> [!NOTE]
> There are many commands left like `ls` and `Ping Command`
-### π€ Contributing
+## π€ Contributing
-- Fork the repo (or request an invite if itβs in the org)
+Contributions are what make the open-source community such an amazing place to learn, inspire, and create! πͺ
-- Create a feature branch
+We welcome all kinds of improvements β from fixing bugs π to adding new commands βοΈ.
-- Commit your changes
+### πͺ Steps to Contribute
-- Open a Pull Request
+1. π΄ **Fork** the repository
+2. πΏ **Create a new branch**
+ ```bash
+ git checkout -b feature/your-feature-name
## π License
-Licensed under the Apache License
-You are free to use, modify, and distribute.
+π§Ύ **Apache License 2.0**
+This project is open-source and available for anyone to use, modify, and share under the terms of the Apache License.
+
+> β¨ Attribution is appreciated but not required.
+> π For complete terms, check the [LICENSE](./LICENSE) file.
+