Kitura / Swift-Kuery-ORM

An ORM for Swift, built on Codable
Apache License 2.0
212 stars 30 forks source link

ReadMe for Date encoding strategy #115

Closed bagfatnick closed 5 years ago

bagfatnick commented 5 years ago

Context and Description

Small error in Readme

static var dateEncodingStrategy: DateEncodingFormat = .timestamp should be: static var dateEncodingFormat: DateEncodingFormat = .timestamp

kilnerm commented 5 years ago

I have just merged a fix for this into master.

Thanks for catching this!!

Marking as closed. Please reopen you have any further follow up.