From 0c2dea2a56a38e556bfc7395ae8bea23359fd5bf Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Wed, 5 Feb 2020 16:27:36 -0800 Subject: [PATCH] Added a blank line to the readme where we needed one. Mostly just to test that this triggers a BK build on inspec-train. Signed-off-by: Ryan Davis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f78e3b5f..0e7f74e7 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ train = Train.create('aws', region: 'us-east-2', profile: 'my-profile') ``` You may also use the standard AWS CLI environment variables, `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_REGION`. + ```ruby require 'train' train = Train.create('aws')