From 3882858639463d6e232cd7711b70a7bd6981b019 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Wed, 27 Mar 2013 19:57:36 -0400 Subject: [PATCH] remove note about which boto version was tested --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 7fbd40cd..a22e8b83 100644 --- a/README.md +++ b/README.md @@ -162,9 +162,6 @@ Then go to [localhost](http://localhost:5000/?Action=DescribeInstances) to see a $ pip install moto ``` -This library has been tested on boto v2.5+. - - ## Thanks A huge thanks to [Gabriel Falcão](https://github.com/gabrielfalcao) and his [HTTPretty](https://github.com/gabrielfalcao/HTTPretty) library. Moto would not exist without it.