diff --git a/README.md b/README.md
index e55756c..d86a021 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ developers in mind.
[](https://www.python.org/downloads/release/python-31013/)
[](https://github.com/psf/black)
-
+

@@ -90,13 +90,13 @@ Use the most recent release `.zip` to include latest features and bug-fixes.
1. Python >=3.10
2. (optional) [Docker](https://www.docker.com/)
-#### If you would like to process files other than .pdf, .html, .mhtml, and .xlsx documents:
+##### If you would like to process files other than .pdf, .html, .mhtml, and .xlsx documents
You will need to install the system dependencies of [unstructured](https://docs.unstructured.io/open-source/installation/full-installation#full-installation). The installations vary by operating system, so please go to the link and follow the instructions there.
#### With Docker (recommended)
-We support `lite` & `full` version of Docker images. With `full`, the extra packages of `unstructured` will be installed as
+We support both `lite` & `full` version of Docker images. With `full`, the extra packages of `unstructured` will be installed as
well, it can support additional file types (.doc, .docx, ...) but the cost is larger docker image size. For most users, the `lite` image should work well in most cases.
- To use the `lite` version.