Skip to content

Commit e139487

Browse files
authored
Update README.md
1 parent 139bad7 commit e139487

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ SwiftCron
22
==============
33
[![Build Status](https://travis-ci.org/TheCodedSelf/SwiftCron.svg?branch=master)](https://travis-ci.org/TheCodedSelf/SwiftCron) [![codecov](https://codecov.io/gh/TheCodedSelf/SwiftCron/branch/master/graph/badge.svg)](https://codecov.io/gh/TheCodedSelf/SwiftCron) [![CocoaPod Version](https://img.shields.io/cocoapods/v/SwiftCron.svg)](http://cocoapods.org/pods/SwiftCron)
44

5-
A cron expression parser that can take a cron string and give you the next run date and time specified in the string. SwiftCron can be used on iOS 9.0 and above.
5+
A cron expression parser that can take a cron string and give you the next run date and time specified in the string.
66

77
<br/>
8+
89
SwiftCron was built for use in an upcoming project for [Prolific Idea](http://www.prolificidea.com/). You can find them on [Github](https://github.com/prolific-idea), [Twitter](https://twitter.com/prolificidea), or their [website](http://www.prolificidea.com/).
910

1011
## Installation
@@ -30,13 +31,13 @@ github "thecodedself/swiftcron" >= 0.4.5
3031

3132
### Swift Package Manager
3233

33-
`Package.swift`:
34+
Package.swift:
3435

3536
```
3637
.Package(url: "https://github.com/TheCodedSelf/SwiftCron.git", majorVersion: 0)
3738
```
3839

39-
How to
40+
Usage
4041
--------
4142
##### Create a Cron Expression
4243
Creating a cron expression is easy. Just invoke the initializer with the fields you want.
@@ -83,6 +84,11 @@ let dateToStartSearchOn = NSDate()
8384
let nextRunDate = myCronExpression.getNextRunDate(dateToStartSearchOn)
8485
```
8586

87+
## Contributing
88+
89+
- Pull requests for bug fixes and new features are most welcome.
90+
- Pull requests will only be merged once the Travis CI build passes.
91+
8692
## Requirements
8793

8894
- iOS 9.0 or greater

0 commit comments

Comments
 (0)