Fix logo with absolute URL

Summary: Title

Reviewed By: jessesquires

Differential Revision: D4002448

fbshipit-source-id: 5f117da26d4dcfe7d6b45b3378f0471575f363b8
This commit is contained in:
Ryan Nystrom 2016-10-11 11:38:22 -07:00 committed by Facebook Github Bot
parent b11303467b
commit 1bcd5f0019
2 changed files with 35 additions and 45 deletions

View file

@ -1,13 +1,8 @@
<p align="center">
<img src="Resources/logo-animation.gif" width=400 />
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/master/Resources/logo-animation.gif" width=400 />
</p>
<!--
[![Build Status](https://secure.travis-ci.org/Instagram/IGListKit.svg)](https://travis-ci.org/Instagram/IGListKit)
[![Version Status](https://img.shields.io/cocoapods/v/IGListKit.svg)][podLink] [![license MIT](https://img.shields.io/cocoapods/l/IGListKit.svg)][mitLink]
[![codecov](https://codecov.io/gh/Instagram/IGListKit/branch/develop/graph/badge.svg)](https://codecov.io/gh/Instagram/IGListKit)
[![Platform](https://img.shields.io/cocoapods/p/IGListKit.svg)][docsLink]
-->
[![Build Status](https://secure.travis-ci.org/Instagram/IGListKit.svg)](https://travis-ci.org/Instagram/IGListKit) [![Version Status](https://img.shields.io/cocoapods/v/IGListKit.svg)](https://cocoapods.org/pods/IGListKit) [![license BSD](https://img.shields.io/cocoapods/l/IGListKit.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Platform](https://img.shields.io/cocoapods/p/IGListKit.svg)](https://instagram.github.io/IGListKit)
------------------------
@ -15,15 +10,15 @@ A data-driven `UICollectionView` framework for building fast and flexible lists.
| Main Features
---------|---------------
:no_good: | Never call `performBatchUpdates(_:, completion:)` or `reloadData()` again
:house: | Better architecture with reusable cells and components
:capital_abcd: | Create collections with multiple data types
:key: | Decoupled diffing algorithm
:white_check_mark: | Fully unit tested
:mag: | Customize your diffing behavior for your models
:iphone: | Simply `UICollectionView` at its core
:rocket: | Extendable API
:bird: | Written in Objective-C with full Swift interop support
&#128581; | Never call `performBatchUpdates(_:, completion:)` or `reloadData()` again
&#127968; | Better architecture with reusable cells and components
&#128288; | Create collections with multiple data types
&#128273; | Decoupled diffing algorithm
&#9989; | Fully unit tested
&#128269; | Customize your diffing behavior for your models
&#128241; | Simply `UICollectionView` at its core
&#128640; | Extendable API
&#128038; | 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.

View file

@ -186,15 +186,10 @@
<section class="section">
<p align="center">
<img src="Resources/logo-animation.gif" width=400 />
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/master/Resources/logo-animation.gif" width=400 />
</p>
<!--
[![Build Status](https://secure.travis-ci.org/Instagram/IGListKit.svg)](https://travis-ci.org/Instagram/IGListKit)
[![Version Status](https://img.shields.io/cocoapods/v/IGListKit.svg)][podLink] [![license MIT](https://img.shields.io/cocoapods/l/IGListKit.svg)][mitLink]
[![codecov](https://codecov.io/gh/Instagram/IGListKit/branch/develop/graph/badge.svg)](https://codecov.io/gh/Instagram/IGListKit)
[![Platform](https://img.shields.io/cocoapods/p/IGListKit.svg)][docsLink]
-->
<p><a href="https://travis-ci.org/Instagram/IGListKit"><img src="https://secure.travis-ci.org/Instagram/IGListKit.svg" alt="Build Status" /></a> <a href="https://cocoapods.org/pods/IGListKit"><img src="https://img.shields.io/cocoapods/v/IGListKit.svg" alt="Version Status" /></a> <a href="https://opensource.org/licenses/BSD-3-Clause"><img src="https://img.shields.io/cocoapods/l/IGListKit.svg" alt="license BSD" /></a> <a href="https://instagram.github.io/IGListKit"><img src="https://img.shields.io/cocoapods/p/IGListKit.svg" alt="Platform" /></a></p>
<hr>
@ -207,40 +202,40 @@
</tr>
</thead><tbody>
<tr>
<td>:no_good:</td>
<td>&#128581;</td>
<td>Never call <code>performBatchUpdates(_:, completion:)</code> or <code>reloadData()</code> again</td>
</tr>
<tr>
<td>:house:</td>
<td>&#127968;</td>
<td>Better architecture with reusable cells and components</td>
</tr>
<tr>
<td>:capital_abcd:</td>
<td>&#128288;</td>
<td>Create collections with multiple data types</td>
</tr>
<tr>
<td>:mag:</td>
<td>Customize your diffing behavior for your models</td>
</tr>
<tr>
<td>:white_check_mark:</td>
<td>Fully unit tested</td>
</tr>
<tr>
<td>:iphone:</td>
<td>Simply <code>UICollectionView</code> at its core</td>
</tr>
<tr>
<td>:rocket:</td>
<td>Extendable updating API</td>
</tr>
<tr>
<td>:key:</td>
<td>&#128273;</td>
<td>Decoupled diffing algorithm</td>
</tr>
<tr>
<td>:bulb:</td>
<td>Display and near-display delegate events</td>
<td>&#9989;</td>
<td>Fully unit tested</td>
</tr>
<tr>
<td>&#128269;</td>
<td>Customize your diffing behavior for your models</td>
</tr>
<tr>
<td>&#128241;</td>
<td>Simply <code>UICollectionView</code> at its core</td>
</tr>
<tr>
<td>&#128640;</td>
<td>Extendable updating API</td>
</tr>
<tr>
<td>&#128038;</td>
<td>Written in Objective-C with full Swift interop support</td>
</tr>
</tbody></table>