From 77a2f4c7fcc95867c6e7617e596acf3df76d0b46 Mon Sep 17 00:00:00 2001
From: xuty <xty50337@hotmail.com>
Date: Wed, 5 Jan 2022 21:28:22 +0800
Subject: [PATCH] Update README.md

---
 README.md | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b2bb908..b8fbfc8 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,20 @@
-This is the _unofficial_ MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server.
+<p align="center">
+  <h1 align="center">MinIO Dart</h1>
+</p>
 
-![test](https://github.com/xtyxtyx/minio-dart/workflows/Dart/badge.svg)
+This is the _unofficial_ MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server.
 
-![Pub Version](https://img.shields.io/pub/v/minio)
+<p align="center">
+  <a href="https://github.com/xtyxtyx/minio-dart/actions/workflows/dart.yml">
+    <img src="https://github.com/xtyxtyx/minio-dart/workflows/Dart/badge.svg">
+  </a>
+  <a href="https://pub.dev/packages/minio">
+    <img src="https://img.shields.io/pub/v/minio">
+  </a>
+  <a href="https://ko-fi.com/F1F61K6BL">
+    <img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-F16061?style=flat&logo=buy-me-a-coffee&logoColor=white">
+  </a>
+</p>
 
 
 ## API
@@ -76,7 +88,7 @@ For complete example, see: [example]
 
 > To use `fPutObject()` and `fGetObject`, you have to `import 'package:minio/io.dart';`
 
-**File upload with progress**
+**Upload with progress**
 ```dart
 import 'package:minio/minio.dart';
 
-- 
GitLab