diff --git a/README.md b/README.md
index 5647e2fdc9..7f55d8af6e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
# Generate interactive API documentation from OpenAPI definitions
@@ -13,10 +13,13 @@
## About Redoc
-Redoc is an open-source tool for generating OpenAPI(aka Swagger) definitions. By default
-Redoc offers a three-panel, responsive layout: the left panel contains a search bar and navigation menu,
-the central panel contains the documentation, and the right panel contains request and response
-examples.
+Redoc is an open-source tool for generating documentation from OpenAPI (fka Swagger) definitions.
+
+By default Redoc offers a three-panel, responsive layout:
+
+- The left panel contains a search bar and navigation menu.
+- The central panel contains the documentation.
+- The right panel contains request and response examples.
![ReDoc demo](https://raw.githubusercontent.com/Redocly/redoc/master/demo/redoc-demo.png)
diff --git a/docs/images/redoc.png b/docs/images/redoc.png
new file mode 100644
index 0000000000..1557976092
Binary files /dev/null and b/docs/images/redoc.png differ