Change ec2( to aws_ec2( in README.md (#87)

Signed-off-by: jerry <jerry@chef.io>
This commit is contained in:
Jerry Aldrich III 2017-09-05 11:40:01 -05:00 committed by Adam Leff
parent f8675c3559
commit 0bce385836

View file

@ -53,7 +53,7 @@ control "aws-1" do
impact 0.7
title 'Checks the machine is running'
describe ec2('my-ec2-machine') do
describe aws_ec2('my-ec2-machine') do
it { should be_running }
end
end