Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Mazyod committed Dec 18, 2015
1 parent ba53757 commit e78c663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -22,7 +22,7 @@

+ __Two Custom Structs Only _(value types FTW!)_:__
- __`DateView`__: An `NSDate` associated with an `NSCalendar`
- __`DateComponents`__: Like `NSDateComponents`, but `NSCalendar` agnostic.
- __`CalendarComponents`__: Like `NSDateComponents`, but `NSCalendar` agnostic.

+ __Absolutely _Zero_ Hardcode:__<br />
Only hardcode now is to clear the date components, by setting the value to `0` or `1`. Nothing like:<br />
Expand Down Expand Up @@ -88,7 +88,7 @@ let months = expirationInterval.totalMonths // 9

// Or multiple components
let components = expirationInterval.components
// components ≈ DateComponents(day: 6, month: 9)
// components ≈ CalendarComponents(day: 6, month: 9)
```

## Motivation
Expand Down

0 comments on commit e78c663

Please sign in to comment.