Skip to content

Commit

Permalink
Added a blank line to the readme where we needed one.
Browse files Browse the repository at this point in the history
Mostly just to test that this triggers a BK build on inspec-train.

Signed-off-by: Ryan Davis <zenspider@chef.io>
  • Loading branch information
zenspider committed Feb 6, 2020
1 parent 09465ba commit 0c2dea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 0c2dea2

Please sign in to comment.