Skip to content

Commit 46f61f4

Browse files
docs: Uses Swift Package Index badges
1 parent 56ae64a commit 46f61f4

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# DataLoader
2+
3+
[![](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://tldrlegal.com/license/mit-license)
4+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FGraphQLSwift%2FDataLoader%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/GraphQLSwift/DataLoader)
5+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FGraphQLSwift%2FDataLoader%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/GraphQLSwift/DataLoader)
6+
27
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.
38

49
This is a Swift version of the Facebook [DataLoader](https://github.com/facebook/dataloader).
510

6-
[![Swift][swift-badge]][swift-url]
7-
[![License][mit-badge]][mit-url]
8-
911
## Gettings started 🚀
1012

1113
Include this repo in your `Package.swift` file.
@@ -302,11 +304,3 @@ swiftformat .
302304
This library is entirely a Swift version of Facebooks [DataLoader](https://github.com/facebook/dataloader).
303305
Developed by [Lee Byron](https://github.com/leebyron) and [Nicholas Schrock](https://github.com/schrockn)
304306
from [Facebook](https://www.facebook.com/).
305-
306-
307-
308-
[swift-badge]: https://img.shields.io/badge/Swift-5.2-orange.svg?style=flat
309-
[swift-url]: https://swift.org
310-
311-
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat
312-
[mit-url]: https://tldrlegal.com/license/mit-license

0 commit comments

Comments
 (0)