README.md in fmrest-0.21.0 vs README.md in fmrest-0.22.0

- old
+ new

@@ -17,17 +17,18 @@ Need Ruby or FileMaker consulting? Contact us at [Beezwax.net](https://beezwax.net/) ## Gems -The `fmrest` gem is a wrapper for two other gems: +The `fmrest` gem is a wrapper for these gems: * `fmrest-spyke`, providing an ActiveRecord-like ORM library built on top of `fmrest-core` and [Spyke](https://github.com/balvig/spyke). * `fmrest-core`, providing the core [Faraday](https://github.com/lostisland/faraday) connection builder, session management, and other core utilities. +* `fmrest-rails`, providing Rails integration. In addition, the optional `fmrest-cloud` gem adds support for FileMaker Cloud. See the [main document on connecting to FileMaker Cloud](docs/FileMakerCloud.md). @@ -38,9 +39,15 @@ ```ruby gem 'fmrest' # Optional: if your files are hosted on FileMaker Cloud gem 'fmrest-cloud' +``` + +If you're using Rails you can now run: + +``` +rails generate fmrest:config ``` ## Simple example ```ruby