From 8fa47665a8b0fdf212138627af67400a60421c4a Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 30 Sep 2017 14:07:10 -0600 Subject: [PATCH] Minor wording changes and typo fixes * Fix typo in pip prerequisite * Minor wording changes --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index ec45f5f..3b9503c 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Cleanup your old unused ami and related snapshots Description ----------- -This tools permits to clean your custom `Amazon Machine Images (AMI) +This tool enables you to clean your custom `Amazon Machine Images (AMI) `__ and related `EBS Snapshots `__. @@ -28,9 +28,9 @@ Prerequisites - `awscli `__ - `python 2.7 `__ -- `pyhton pip `__ +- `python pip `__ -This tool assumes your AWS credentials sourced, either with aws +This tool assumes your AWS credentials are in your environment, either with AWS credentials variables : .. code:: bash @@ -76,7 +76,7 @@ permissions in ``iam``: Installation ------------ -amicleaner is available on pypi and can be installed on your system +amicleaner is available on pypi and can be installed on your system with pip From pypi ~~~~~~~~~ @@ -159,6 +159,6 @@ Delete a list of AMIs :target: https://pypi.python.org/pypi/aws-amicleaner -See this `blog article +See this `blog article `__ for more information.