README.md in capistrano-autoscaling-0.0.5 vs README.md in capistrano-autoscaling-0.0.6

- old
+ new

@@ -74,11 +74,13 @@ * `:autoscaling_elb_health_check_target_path` - The health check target path for HTTP services. By default, use `"/"`. ### EC2 options * `:autoscaling_ec2_instances` - The EC2 instances behind ELB. - * `:autoscaling_ec2_instance_dns_names` - The DNS name of EC2 instances behind ELB. + * `:autoscaling_ec2_instance_public_dns_names` - The DNS name of EC2 instances behind ELB. + * `:autoscaling_ec2_instance_public_ip_addresses` - The IP address of EC2 instances behind ELB. * `:autoscaling_ec2_instance_private_dns_names` - The private DNS name of EC2 instances behind ELB. + * `:autoscaling_ec2_instance_private_ip_addresses` - The private IP address of EC2 instances behind ELB. ### AMI options * `:autoscaling_create_image` - Controls whether create new AMI or not. By default, `true`. * `:autoscaling_image` - The AMI of application. By default, create new AMI if `:autoscaling_create_image` is true.