README.md in yoti-1.2.0 vs README.md in yoti-1.2.1

- old
+ new

@@ -189,11 +189,11 @@ * PEP list - Verify against Politically Exposed Persons list * Fraud list - Verify against US Social Security Administration Fraud (SSN Fraud) list * Watch list - Verify against watch lists from the Office of Foreign Assets Control -To use this functionality you must ensure your application is assigned to your Organisation in the Yoti Dashboard - please see here for further information. +To use this functionality you must ensure your application is assigned to your organisation in the Yoti Dashboard - please see here for further information. For the AML check you will need to provide the following: * Data provided by Yoti (please ensure you have selected the Given name(s) and Family name attributes from the Data tab in the Yoti Dashboard) * Given name(s) @@ -233,27 +233,27 @@ The examples also use the `YOTI_APPLICATION_ID` environment variable to display the Yoti Connect button. This value can be found in your Yoti account, on the *Keys* settings page. ### Ruby on Rails -* rename the [.env.default](examples/rails/.env.default) file to `.env` and fill in the required configuration values +* rename the [.env.example](examples/rails/.env.example) file to `.env` and fill in the required configuration values * install the dependencies with `bundle install` * start the server `rails server` Visiting the `http://your-local-url.domain` should show a Yoti Connect button ### Sinatra -* rename the [.env.default](examples/sinatra/.env.default) file to `.env` and fill in the required configuration values +* rename the [.env.example](examples/sinatra/.env.example) file to `.env` and fill in the required configuration values * install the dependencies with `bundle install` * start the server `ruby ./app.rb` Visiting the `http://your-local-url.domain` should show a Yoti Connect button ### AML Check -* rename the [.env.default](examples/aml_check/.env.default) file to `.env` and fill in the required configuration values +* rename the [.env.example](examples/aml_check/.env.example) file to `.env` and fill in the required configuration values * install the dependencies with `bundle install` * run the script with `ruby ./app.rb` ## API Coverage @@ -270,9 +270,10 @@ * [X] Age / Verify Condition `age_[over|under]:[1-999]` * [X] Address `postal_address` * [X] Gender `gender` * [X] Nationality `nationality` * [X] Base64 Selfie URI `base64_selfie_uri` + * [X] Age verified `age_verified` ## Support For any questions or support please email [sdksupport@yoti.com](mailto:sdksupport@yoti.com). Please provide the following to get you up and working as quickly as possible: