Skip to content

Commit 522ea70

Browse files
committed
Update README.md
1 parent dce5ebf commit 522ea70

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdevyhan%2FAPIRouter%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/devyhan/APIRouter)
2-
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdevyhan%2FAPIRouter%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/devyhan/APIRouter)
3-
41
![main](https://github.com/devyhan/apirouter/actions/workflows/ci.yml/badge.svg?branch=main)
52
[![codecov](https://codecov.io/gh/devyhan/APIRouter/branch/main/graph/badge.svg?token=ZQNDOX2VDF)](https://codecov.io/gh/devyhan/APIRouter)
6-
[![GitHub license](https://badgen.net/github/license/micromatch/micromatch)](https://github.com/devyhan/APIRouter/blob/main/LICENSE)
7-
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/devyhan/apirouter?style=social)
8-
[![Twitter Follow @devyhan93](https://img.shields.io/twitter/follow/devyhan93?style=social)](https://twitter.com/devyhan93)
3+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdevyhan%2FAPIRouter%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/devyhan/APIRouter)
4+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdevyhan%2FAPIRouter%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/devyhan/APIRouter)
95

106
<p align="center">
117
<img src="./Resources/post.png" />
@@ -282,4 +278,9 @@ let request = APIs.createAnOrganizationRepository(organizationName: "SomeOrganiz
282278

283279
URLSession.shared.dataTask(with: request) { data, response, error in
284280
...
285-
```
281+
```
282+
## License
283+
284+
***APIRouter*** is under MIT license. See the [LICENSE](LICENSE) file for more info.
285+
286+
[![Twitter Follow @devyhan93](https://img.shields.io/twitter/follow/devyhan93?style=social)](https://twitter.com/devyhan93)

0 commit comments

Comments
 (0)