Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
numen31337 authored Dec 4, 2018
1 parent 20f7f57 commit 4b794b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let day = Day(date) //Day value from the date by dropping time components

Serialization:<br />
```swift
let serializedString = day.stringValue //A serialized string value
let serializedString = DayString(day).stringValue //A serialized string value
let day = Day(serializedString) //Day value from the serialized string
```

Expand Down

0 comments on commit 4b794b1

Please sign in to comment.