Skip to content

Commit f4ba50d

Browse files
Merge pull request #176 from NeedleInAJayStack/docs/readme-badges
docs: Updates readme badges
2 parents 397c0f4 + 4436d30 commit f4ba50d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# GraphQL
22

3-
[![Swift][swift-badge]][swift-url]
3+
[![Platforms][platforms-badge]][platforms-url]
4+
[![Versions][versions-badge]][versions-url]
45
[![SSWG][sswg-badge]][sswg-url]
56
[![License][mit-badge]][mit-url]
6-
[![Codebeat][codebeat-badge]][codebeat-url]
7-
87

98
The Swift implementation for GraphQL, a query language for APIs created by Facebook.
109

@@ -150,8 +149,12 @@ missing, looking at the original code and "translating" it to Swift works, most
150149

151150
This project is released under the MIT license. See [LICENSE](LICENSE) for details.
152151

153-
[swift-badge]: https://img.shields.io/badge/Swift-5.10-orange.svg?style=flat
154-
[swift-url]: https://swift.org
152+
153+
[platforms-badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FGraphQLSwift%2FGraphQL%2Fbadge%3Ftype%3Dplatforms
154+
[platforms-url]: https://swiftpackageindex.com/GraphQLSwift/GraphQL
155+
156+
[versions-badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FGraphQLSwift%2FGraphQL%2Fbadge%3Ftype%3Dswift-versions
157+
[versions-url]: https://swiftpackageindex.com/GraphQLSwift/GraphQL
155158

156159
[sswg-badge]: https://img.shields.io/badge/sswg-incubating-blue.svg?style=flat
157160
[sswg-url]: https://swift.org/sswg/incubation-process.html#incubating-level
@@ -161,6 +164,3 @@ This project is released under the MIT license. See [LICENSE](LICENSE) for detai
161164

162165
[gh-actions-badge]: https://github.com/GraphQLSwift/GraphQL/workflows/Build/badge.svg
163166
[gh-actions-url]: https://github.com/GraphQLSwift/GraphQl/actions?query=workflow%3ABuild
164-
165-
[codebeat-badge]: https://codebeat.co/badges/13293962-d1d8-4906-8e62-30a2cbb66b38
166-
[codebeat-url]: https://codebeat.co/projects/github-com-graphqlswift-graphql

0 commit comments

Comments
 (0)