diff --git a/README.md b/README.md
index 668f56e..5460517 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
- cpp-oasvalidator: REST Request Validator
+ cpp-oasvalidator: REST Request Validator
============================================
+[![Language C++](https://img.shields.io/badge/language-c++-blue.svg?logo=c%2B%2B)](https://isocpp.org)
+[![Github releases](https://img.shields.io/github/release/nawaz1991/cpp-oasvalidator.svg)](https://github.com/nawaz1991/cpp-oasvalidator/releases)
![C++ CI](https://github.com/nawaz1991/cpp-oasvalidator/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/gh/nawaz1991/cpp-oasvalidator/branch/main/graph/badge.svg?token=96b475c2-8dc1-4693-8ce3-84a572720d43)](https://codecov.io/gh/nawaz1991/cpp-oasvalidator)
-
+[![License](https://img.shields.io/github/license/nawaz1991/cpp-oasvalidator.svg)](./LICENSE)
`cpp-oasvalidator` is a C++ library engineered for the validation of HTTP requests against OpenAPI 3.x specifications. This library can be integrated with REST servers and API gateways to ensure only compliant requests reach your backend services.