Skip to content

Commit 6da5af0

Browse files
committed
📝 Update README.md
1 parent 8fd8960 commit 6da5af0

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<!-- PROJECT BADGES -->
22
<div align="center">
33

4-
[![Packagist Status][packagist-status-badge]][packagist-url]
5-
[![Packagist Downloads][packagist-downloads-badge]][packagist-url]
4+
[![Poggit Status][poggit-status-badge]][poggit-url]
65
[![Stars][stars-badge]][stars-url]
76
[![License][license-badge]][license-url]
87

@@ -11,12 +10,12 @@
1110
<!-- PROJECT LOGO -->
1211
<br />
1312
<div align="center">
14-
<img src="https://raw.githubusercontent.com/presentkim/arrayutils/main/assets/icon.png" alt="Logo" width="80" height="80">
13+
<img src="https://raw.githubusercontent.com/presentkim-pm/arrayutils/main/assets/icon.png" alt="Logo" width="80" height="80">
1514
<h3>arrayutils</h3>
1615
<p align="center">
1716
An library that provides a method to fancy manipulate an array!
1817

19-
[View in Packagist][packagist-url] · [Report a bug][issues-url] · [Request a feature][issues-url]
18+
[View in Poggit][poggit-url] · [Report a bug][issues-url] · [Request a feature][issues-url]
2019

2120
</p>
2221
</div>
@@ -37,12 +36,12 @@ For a detailed description, [Click here (GitBook)](https://arrayutils.docs.prese
3736
-----
3837

3938
## :package: Installation
40-
You can use this library with composer.
41-
- Go to [**Packagist**](https://packagist.org/packages/presentkim/arrayutils)
39+
You can use this library with poggit.
40+
- Go to [**Poggit**](https://poggit.pmmp.io/ci/presentkim-pm/arrayutils/~)
4241

43-
> **Note** for [Pocketmine][pmmp-url] plugin developer
44-
> You can use this library with poggit
45-
> - Go to [**Poggit**](https://poggit.pmmp.io/ci/presentkim-pm/arrayutils/~)
42+
> **Note** for modern PHP developer
43+
> You can use this library with composer.
44+
> - Go to [**Packagist**](https://packagist.org/packages/presentkim/arrayutils)
4645
4746
-----
4847

@@ -52,14 +51,13 @@ You can use this library with composer.
5251
This project is licensed under the terms of the **MIT** license
5352

5453

55-
[packagist-status-badge]: https://poser.pugx.org/presentkim/arrayutils/v?style=for-the-badge
56-
[packagist-downloads-badge]: https://poser.pugx.org/presentkim/arrayutils/downloads?style=for-the-badge
57-
[stars-badge]: https://img.shields.io/github/stars/presentkim/arrayutils.svg?style=for-the-badge
58-
[license-badge]: https://img.shields.io/github/license/presentkim/arrayutils.svg?style=for-the-badge
54+
[poggit-status-badge]: https://poggit.pmmp.io/ci.shield/presentkim-pm/arrayutils/arrayutils/v?style=for-the-badge
55+
[stars-badge]: https://img.shields.io/github/stars/presentkim-pm/arrayutils.svg?style=for-the-badge
56+
[license-badge]: https://img.shields.io/github/license/presentkim-pm/arrayutils.svg?style=for-the-badge
5957

60-
[packagist-url]: https://packagist.org/packages/presentkim/arrayutils
61-
[stars-url]: https://github.com/presentkim/arrayutils/stargazers
62-
[issues-url]: https://github.com/presentkim/arrayutils/issues
63-
[license-url]: https://github.com/presentkim/arrayutils/blob/main/LICENSE
58+
[poggit-url]: https://poggit.org/packages/presentkim/arrayutils
59+
[stars-url]: https://github.com/presentkim-pm/arrayutils/stargazers
60+
[issues-url]: https://github.com/presentkim-pm/arrayutils/issues
61+
[license-url]: https://github.com/presentkim-pm/arrayutils/blob/main/LICENSE
6462

6563
[pmmp-url]: https://github.com/pmmp/Pocketmine-MP

0 commit comments

Comments
 (0)