diff --git a/README.md b/README.md
index 4c5aec3..6311ee3 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,20 @@
-# pyproject
+
+
+# PyProject
+
+[![python](https://img.shields.io/badge/python-3.12-blue)](https://www.python.org/)
+[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm-project.org)
+[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
+[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
+[![Test](https://github.com/draincoder/pyproject/actions/workflows/ci.yaml/badge.svg)](https://github.com/draincoder/pyproject/actions/workflows/ci.yaml)
+
+
## Minimal infrastructure settings for a quick start of a Python project.
-### Features:
-1. [PDM](https://pdm-project.org/en/latest/) `package` manager
-2. Configured `CI` with `tests` and `lints`
-3. [Just](https://github.com/casey/just) for project `commands`
-4. Configured `pre-commit`
+## Highlights of features
+
+- [PDM](https://pdm-project.org/en/latest/) `package` manager
+- Configured `CI` with `tests` and `lints`
+- [Just](https://github.com/casey/just) for project `commands`
+- Configured `pre-commit`