Skip to content

Commit

Permalink
style(docs): update README.md formatting
Browse files Browse the repository at this point in the history
- Center the title using HTML `<div>` and `<h1>` tags
- Center badges using a styled HTML `<div>` element
- Center the description paragraph within a `<div>` for improved visual alignment
  • Loading branch information
chachako committed Aug 4, 2024
1 parent ac499d6 commit 48be89e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# MMKV-KTX
<div align="center" style="display:grid;place-items:center;">
<h1>MMKV-KTX</h1>
</div>
<div align="center" style="display:grid;place-items:center;">

![Maven Central Version](https://img.shields.io/maven-central/v/com.meowool/mmkv)
![GitHub last commit](https://img.shields.io/github/last-commit/meowool/mmkv-ktx)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/meowool/mmkv-ktx?label=activity)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/meowool/mmkv-ktx/build.yml)
![GitHub License](https://img.shields.io/github/license/meowool/mmkv-ktx)

MMKV-KTX is an extension of [**MMKV**](https://github.com/Tencent/MMKV) designed to offer a seamless key-value storage solution for Kotlin, integrating tightly with the language's syntax and features.
</div>
<div align="center" style="display:grid;place-items:center;">
<p>MMKV-KTX is an extension of <a href="https://github.com/Tencent/MMKV"><b>MMKV</b></a> designed to offer a seamless key-value storage solution for Kotlin, integrating tightly with the language's syntax and features.</p>
</div>

## Features

Expand Down

0 comments on commit 48be89e

Please sign in to comment.