Skip to content

Commit 626def1

Browse files
committed
Fixing typo
1 parent 7a57c9f commit 626def1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Backup Monkey
33

44
A monkey that makes sure you have a backup of your EBS volumes in case something goes wrong.
55

6-
It is designed specifically for Amazon Web Services (AWS), and using Python and Boto.
6+
It is designed specifically for Amazon Web Services (AWS), and uses Python and Boto.
77

88
This script is designed to be run on a schedule, probably by CRON.
99

@@ -76,8 +76,8 @@ About Answers for AWS
7676

7777
This code was written by `Peter
7878
Sankauskas <https://twitter.com/pas256>`__, founder of `Answers for
79-
AWS <http://answersforaws.com/>`__ - a company focused on helping business learn
80-
how to use AWS, without doing it the hard way. If you are looking for help
79+
AWS <http://answersforaws.com/>`__ - a company focused on helping businesses
80+
learn how to use AWS, without doing it the hard way. If you are looking for help
8181
with AWS, please `contact us <http://answersforaws.com/contact/>`__.
8282

8383

lib/backup_monkey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
__author__ = 'Peter Sankauskas'
16-
__version__ = '0.9.0'
16+
__version__ = '0.9.1'

0 commit comments

Comments
 (0)