diff --git a/README.md b/README.md
index f6b9d8a..d6b1baa 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
Ecommerce REST API
+
+[](https://github.com/piyush-jaiswal/ecommerce-rest-api/actions/workflows/tests.yml)
+
RESTful HTTP API using Python Flask that allows users to manage their ecommerce platform.
+
Ability to create, read, update, and delete products, categories and subcategories. A category can have multiple subcategories and a subcategory can belong to multiple categories. Products can belong to multiple categories and subcategories.
Fetching a product fetches the details of categories and subcategories it belongs to. Provides the ability to search for products by name, category and subcategories.