Skip to content

Commit 4fe7248

Browse files
author
Giulio
authored
Merge pull request #25 from giulio92/develop
Fix GitHub wrong MIT license badge recognition
2 parents 7b28394 + c70adc8 commit 4fe7248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
![Language](https://img.shields.io/badge/language-Swift%203.x-orange.svg)
1313
![Supported platforms](https://img.shields.io/badge/platform-iOS-lightgrey.svg)
1414
[![codebeat badge](https://codebeat.co/badges/5a29ccd4-fda0-45d1-ae57-e7158e01449a)](https://codebeat.co/projects/github-com-giulio92-gltablecollectionview)
15-
[![GitHub license](https://img.shields.io/badge/license-AGPL-blue.svg)](https://raw.githubusercontent.com/giulio92/GLTableCollectionView/master/LICENSE.txt)
15+
[![license](https://img.shields.io/github/license/giulio92/GLTableCollectionView.svg)](https://github.com/giulio92/GLTableCollectionView/blob/master/LICENSE.txt)
1616

1717
## What it is
1818
GLTableCollectionView is a ready to use `UITableViewController` with a `UICollectionView` for each `UITableViewCell`, something like Netflix, Airbnb or the Apple's App Store are doing in their iOS apps. GLTableCollectionView is completely customizable in both his UITableView and UICollectionView parts since it has been made on the same Data Source and Delegate methods with no complicated additions.

0 commit comments

Comments
 (0)