Skip to content

Commit

Permalink
Merge pull request hsachdevah#5 from hsachdevah/dev
Browse files Browse the repository at this point in the history
Corrected typos in Readme file
  • Loading branch information
hsachdevah committed Apr 7, 2014
2 parents 5f8fcbb + 432b093 commit 6c5e3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project helps to terminate/delete all the resources in a given AWS account.

This is particularly useful if you are learining to work with AWS & don't want to accidently leave any service in running state only to find out that you have been charged on your credit card at month end.
This is particularly useful if you are learning to work with AWS & don't want to accidentally leave any service in running state only to find out that you have been charged on your credit card at month end.

## Installing

Expand Down Expand Up @@ -44,7 +44,7 @@ The following services are supported in latest version:
</thead>
<tbody>
<tr><td>EC2</td><td>Only instances with status 'running' will get terminated.</td></tr>
<tr><td>Elastic IP</td><td></td></tr>
<tr><td>Elastic IP</td><td>Only EIPs with scope 'vpc' will get released</td></tr>
<tr><td>ELB</td><td></td></tr>
<tr><td>RDS</td><td>Only DB instances with status 'available' will get deleted</td></tr>
</tbody>
Expand Down

0 comments on commit 6c5e3b3

Please sign in to comment.