diff --git a/README.md b/README.md index da6ebf4..6728231 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Django WALLET API [![Python Version](https://img.shields.io/badge/python-3.13%2B-blue)](https://www.python.org/) @@ -28,9 +30,10 @@ A simple, extensible Django-based web API application for managing wallets, depo ```bash git clone https://github.com/arifgarayev/b2broker-task cd b2broker-task + ``` 2. **Build Images & Run Containers** - ``` - make run-build + ```bash + make run-build + ``` 3. **API Schema & Doc** - **Navigate** to ```127.0.0.1:8000``` for **Swagger UI** definitions -