README.md in fmrest-0.10.0 vs README.md in fmrest-0.10.1

- old
+ new

@@ -1,11 +1,11 @@ # fmrest-ruby <a href="https://rubygems.org/gems/fmrest"><img src="https://badge.fury.io/rb/fmrest.svg?style=flat" alt="Gem Version"></a> A Ruby client for -[FileMaker 18's Data API](https://fmhelp.filemaker.com/docs/18/en/dataapi/) +[FileMaker 18 and 19's Data API](https://help.claris.com/en/data-api-guide) using [Faraday](https://github.com/lostisland/faraday) and with optional [Spyke](https://github.com/balvig/spyke) support (ActiveRecord-ish models). If you're looking for a Ruby client for the legacy XML/Custom Web Publishing @@ -118,10 +118,10 @@ `:log` | Log JSON responses to STDOUT | Boolean | `false` `:coerce_dates` | See section on [date fields](#date-fields) | Boolean \| `:hybrid` \| `:full` | `false` `:date_format` | Date parsing format | String (FM date format) | `"MM/dd/yyyy"` `:timestamp_format` | Timestmap parsing format | String (FM date format) | `"MM/dd/yyyy HH:mm:ss"` `:time_format` | Time parsing format | String (FM date format) | `"HH:mm:ss"` -`:timezone` | The timezone for the FM server | `:local` \| `:utc` \: `nil` | `nil` +`:timezone` | The timezone for the FM server | `:local` \| `:utc` \| `nil` | `nil` ### Default connection settings If you're only connecting to a single FM database you can configure it globally through `FmRest.default_connection_settings=`. E.g.: