Skip to content

Commit 5a10230

Browse files
authored
fix: Update README structure for better alignment and presentation (#209)
1 parent 9e1f1d0 commit 5a10230

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# PHPER (PHP Enjoy Rust)
1+
<div align="center">
22

3-
[![CI](https://github.com/phper-framework/phper/actions/workflows/ci.yml/badge.svg)](https://github.com/phper-framework/phper/actions/workflows/ci.yml)
4-
[![Crates](https://img.shields.io/crates/v/phper)](https://crates.io/crates/phper)
5-
[![Docs](https://img.shields.io/docsrs/phper)](https://docs.rs/phper)
6-
[![License](https://img.shields.io/crates/l/phper)](https://github.com/phper-framework/phper/blob/master/LICENSE)
3+
<h1>PHPER (PHP Enjoy Rust)</h1>
4+
5+
<img src="https://avatars.githubusercontent.com/u/112468984?s=380&v=4" alt="PHPER Logo">
6+
7+
<p>
8+
<a href="https://github.com/phper-framework/phper/actions/workflows/ci.yml"><img src="https://github.com/phper-framework/phper/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
9+
<a href="https://crates.io/crates/phper"><img src="https://img.shields.io/crates/v/phper" alt="Crates"></a>
10+
<a href="https://docs.rs/phper"><img src="https://img.shields.io/docsrs/phper" alt="Docs"></a>
11+
<a href="https://github.com/phper-framework/phper/blob/master/LICENSE"><img src="https://img.shields.io/crates/l/phper" alt="License"></a>
12+
</p>
13+
14+
</div>
715

816
## Rust ❤️ PHP
917

0 commit comments

Comments
 (0)