Skip to content

Commit fcbd59c

Browse files
authored
Updated README.md
1 parent 4b934ed commit fcbd59c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# LicenseGenerator iOS
22

3-
[![Build](https://travis-ci.org/carloe/LicenseGenerator-iOS.svg?branch=master)](https://travis-ci.org/carloe/LicenseGenerator-iOS)
3+
[![Build](https://img.shields.io/travis/carloe/LicenseGenerator-iOS.svg?style=flat)](https://travis-ci.org/carloe/LicenseGenerator-iOS)
44
[![Version](https://img.shields.io/cocoapods/v/LicensesViewController.svg?style=flat)](http://cocoapods.org/pods/LicensesViewController)
5-
[![License](https://img.shields.io/cocoapods/l/LicensesViewController.svg?style=flat)](http://cocoapods.org/pods/LicensesViewController)
6-
[![Swift](https://img.shields.io/badge/Swift-4.0.x-orange.svg)](https://swift.org/blog/swift-4-0-released/)
5+
[![Swift](https://img.shields.io/badge/Swift-4.0.x-orange.svg?style=flat)](https://swift.org/blog/swift-4-0-released/)
76
[![Platform](https://img.shields.io/cocoapods/p/LicensesViewController.svg?style=flat)](http://cocoapods.org/pods/LicensesViewController)
7+
[![Downloads](https://img.shields.io/cocoapods/dt/LicensesViewController.svg?style=flat)](http://cocoapods.org/pods/LicensesViewController)
88

99
Recursively finds all `LICENSE.*` files in a directory and generates a plist that can be displayed in `Settings.bundle` or the provided view controller.
1010

11-
![](screenshot.png)
11+
![Screenshot](screenshot.png)
1212

1313
The script can help ensure that the license section of your app is always up to date. Since it searches recursively the script works well with cocoapods projects.
1414

0 commit comments

Comments
 (0)