diff --git a/README.md b/README.md
index 7f58cec..7bfb91d 100644
--- a/README.md
+++ b/README.md
@@ -14,18 +14,13 @@ Run your GitHub Actions locally with the power of the [GitHub Local Actions](htt
## Components
-To run GitHub Actions locally, you will need the following components which can be managed from the `Components` view:
-1. [nektos/act](https://github.com/nektos/act)
-
- Act is a CLI tool responsible for executing your workflows locally.
+To run GitHub Actions locally, you will need the components denoted below. These can be installed and started up from the `Components` view.
-
-

-
+1. [nektos/act](https://github.com/nektos/act): Act is a CLI tool responsible for executing your workflows locally. It can be installed via several software package managers or using a pre-built artifact.
-2. [Docker Engine](https://docs.docker.com/engine/)
-
- Docker Engine is required for act to function as it uses Docker to handle workflow execution. The process includes:
+ 
+
+2. [Docker Engine](https://docs.docker.com/engine/): Docker Engine is required for act to function as it uses Docker to handle workflow execution. The process includes:
* Pulling or building the images specified in your workflow files
* Determining the execution path based on your workflow's dependencies
diff --git a/images/act-installation.png b/images/act-installation.png
index 9198700..92593cf 100644
Binary files a/images/act-installation.png and b/images/act-installation.png differ