Skip to content

Commit

Permalink
Merge pull request #567 from inspec/zenspider/trigger
Browse files Browse the repository at this point in the history
Added a blank line to the readme where we needed one.
  • Loading branch information
Ryan Davis authored Feb 6, 2020
2 parents 09465ba + 0c2dea2 commit 76c959f
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 76c959f

Please sign in to comment.