README.md in form_api-0.1.4 vs README.md in form_api-0.1.5
- old
+ new
@@ -1,8 +1,19 @@
# FormAPI Ruby Client
-This is a Ruby gem for using [FormAPI](https://formapi.io) to generate PDF documents from configured templates.
+[](https://travis-ci.org/FormAPI/formapi-ruby)
+The `form_api` gem is an API client library for [FormAPI](https://formapi.io).
+You can use FormAPI to generate PDFs. Configure your PDF template in our online editor,
+then post data to fill out the PDF.
+
+## Supported Ruby Versions
+
+The `form_api` gem supports Ruby >= `1.9.3`. We run our tests with the following Ruby versions:
+
+* `1.9.3`
+* `2.1.10`
+* `2.4.2`
## Installation
```bash
gem install form_api