mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 01:08:27 +00:00
Center and trim badges, add love to readme
Summary: - Trimmed badges that I think are a little unnecessary - Added a heart to the "made by" cc jessesquires thoughts? - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/117 Differential Revision: D4089119 Pulled By: rnystrom fbshipit-source-id: ee9602fc5b7cb9bb004a624ffde89a5dc3c3e743
This commit is contained in:
parent
d1003df845
commit
b99776e5b5
1 changed files with 20 additions and 3 deletions
23
README.md
23
README.md
|
|
@ -2,9 +2,26 @@
|
|||
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/master/Resources/logo-animation.gif" width=400 />
|
||||
</p>
|
||||
|
||||
[](https://travis-ci.org/Instagram/IGListKit) [](https://cocoapods.org/pods/IGListKit) [](https://opensource.org/licenses/BSD-3-Clause) [](https://instagram.github.io/IGListKit) [](https://github.com/Carthage/Carthage) [](https://coveralls.io/github/Instagram/IGListKit?branch=master)
|
||||
<p align="center">
|
||||
<a href="https://travis-ci.org/Instagram/IGListKit">
|
||||
<img src="https://travis-ci.org/Instagram/IGListKit.svg?branch=master&style=flat"
|
||||
alt="Build Status">
|
||||
</a>
|
||||
<a href="https://coveralls.io/github/Instagram/IGListKit">
|
||||
<img src="https://coveralls.io/repos/github/Instagram/IGListKit/badge.svg?branch=master&style=flat"
|
||||
alt="Code Coverage">
|
||||
</a>
|
||||
<a href="https://cocoapods.org/pods/IGListKit">
|
||||
<img src="https://img.shields.io/cocoapods/v/IGListKit.svg?style=flat"
|
||||
alt="Pods Version">
|
||||
</a>
|
||||
<a href="https://github.com/Carthage/Carthage">
|
||||
<img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat"
|
||||
alt="Carthage Compatible">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
------------------------
|
||||
----------------
|
||||
|
||||
A data-driven `UICollectionView` framework for building fast and flexible lists.
|
||||
|
||||
|
|
@ -20,7 +37,7 @@ A data-driven `UICollectionView` framework for building fast and flexible lists.
|
|||
🚀 | Extendable API
|
||||
🐦 | Written in Objective-C with full Swift interop support
|
||||
|
||||
`IGListKit` is built and maintained by [Instagram engineering](https://engineering.instagram.com/), using the open source version for the Instagram app.
|
||||
`IGListKit` is built and maintained with ❤️ by [Instagram engineering](https://engineering.instagram.com/), using the open source version for the Instagram app.
|
||||
|
||||
## Requirements
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue