From 46073e25ec79a132f3e307ae0f12166ac617dd49 Mon Sep 17 00:00:00 2001 From: Rajesh Koilpillai Date: Mon, 15 Jun 2015 22:11:38 +0530 Subject: [PATCH] Fixed typo in BasicReservationService --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74991639..ad286c0b 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ Options with * require writing your own code. 5. Customized reservation service (*) - Reserved instance prices in BasiicReservationService are copied from Amazon's ec2 price page as of Jun 1, 2013. Your accounts may have different reservation prices (e.g. Amazon may change prices in the future). In this case, you need to write a subclass of BasicReservationService to provide the correct pricing. + Reserved instance prices in BasicReservationService are copied from Amazon's ec2 price page as of Jun 1, 2013. Your accounts may have different reservation prices (e.g. Amazon may change prices in the future). In this case, you need to write a subclass of BasicReservationService to provide the correct pricing. 6. Resource service (*)