diff --git a/README.md b/README.md
index 39266e3..f7221b5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
-
Welcome to Gin boilerplate 👋
-
- API Gin boilerplate in progress
+
+# ⚡️ API Gin boilerplate ⚡️
@@ -12,4 +11,31 @@
-->
-It's an Golang API boilerplate project based on Gin framework.
\ No newline at end of file
+## Features
+
+1. user Register
+2. logrus logger
+
+
+## Backend
+- Golang
+- Gin-gonic framework
+- Mysql
+- Logrus logger
+
+```
+git clone https://github.com/vinodnextcoder/golang-gin-boilerplate.git
+cd golang-gin-boilerplate
+create file .env copy from .env
+
+Install project dependencies
+go mod download
+Run run project
+
+go run main.go
+```
+ **Testing api use postamn collection**
+**Api postman collection in root folder gin.postman_collection import in postman**
+
+
+