From ac7efd029cab5dbeb0026e5fa89870ae51557fd2 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Thu, 28 Feb 2013 22:45:41 -0500 Subject: [PATCH] clean up readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 150d93c77..371b87705 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # In a nutshell -Moto is a library that allows your python tests to easily mock out the boto library +Moto is a library that allows your python tests to easily mock out the boto library. Imagine you have the following code that you want to test: @@ -29,7 +29,7 @@ class MyModel(object): Take a minute to think how you would have tested that in the past. -Now see how you could test it with Moto. +Now see how you could test it with Moto: ```python import boto