From 95ee97f6cf3aa7c447fa3f888ab084a43bfe4c8e Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Sat, 25 Nov 2017 18:11:09 +0100 Subject: [PATCH] Update README --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 38ac347..dc3f1b3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Dropdown +# Dropdowns Dropdown in Swift -[![Version](https://img.shields.io/cocoapods/v/Dropdown.svg?style=flat)](http://cocoadocs.org/docsets/Dropdown) -[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -[![License](https://img.shields.io/cocoapods/l/Dropdown.svg?style=flat)](http://cocoadocs.org/docsets/Dropdown) -[![Platform](https://img.shields.io/cocoapods/p/Dropdown.svg?style=flat)](http://cocoadocs.org/docsets/Dropdown) +[![Version](https://img.shields.io/cocoapods/v/Dropdowns.svg?style=flat)](http://cocoadocs.org/docsets/Dropdowns) +[![License](https://img.shields.io/cocoapods/l/Dropdowns.svg?style=flat)](http://cocoadocs.org/docsets/Dropdowns) +[![Platform](https://img.shields.io/cocoapods/p/Dropdowns.svg?style=flat)](http://cocoadocs.org/docsets/Dropdowns) +![Swift](https://img.shields.io/badge/%20in-swift%204.0-orange.svg) ![](Screenshots/dropdown.gif) @@ -39,21 +39,21 @@ Config.List.DefaultCell.Text.color = UIColor.redColor() ## Installation -**Dropdown** is available through [CocoaPods](http://cocoapods.org). To install +**Dropdowns** is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod 'Dropdown', git: 'https://github.com/hyperoslo/Dropdown' +pod 'Dropdowns' ``` -**Dropdown** is also available through [Carthage](https://github.com/Carthage/Carthage). +**Dropdowns** is also available through [Carthage](https://github.com/Carthage/Carthage). To install just write into your Cartfile: ```ruby -github "hyperoslo/Dropdown" +github "hyperoslo/Dropdowns" ``` -**Dropdown** can also be installed manually. Just download and drop `Sources` folders in your project. +**Dropdowns** can also be installed manually. Just download and drop `Sources` folders in your project. ## Author @@ -61,8 +61,8 @@ Hyper Interaktiv AS, ios@hyper.no ## Contributing -We would love you to contribute to **Dropdown**, check the [CONTRIBUTING](https://github.com/hyperoslo/Dropdown/blob/master/CONTRIBUTING.md) file for more info. +We would love you to contribute to **Dropdowns**, check the [CONTRIBUTING](https://github.com/hyperoslo/Dropdown/blob/master/CONTRIBUTING.md) file for more info. ## License -**Dropdown** is available under the MIT license. See the [LICENSE](https://github.com/hyperoslo/Dropdown/blob/master/LICENSE.md) file for more info. +**Dropdowns** is available under the MIT license. See the [LICENSE](https://github.com/hyperoslo/Dropdown/blob/master/LICENSE.md) file for more info.