README.md in rodeo_clown-0.0.1 vs README.md in rodeo_clown-0.1.0

- old
+ new

@@ -42,5 +42,16 @@ Rotate new instances into load balancer, with a new image ```ruby elb.instances.rotate(image_id: "ami-1234567a") ``` + +Return array of ec2 instances by tags +```ruby +RodeoClown::EC2.by_tags "app" => "foo", "ver" => "1.2" +``` + +Build instances from YAML (see examples/ranch_hands.yml) +``` + lets_dance /path/to/ranch_hands.yml www +``` +More to come!