Skip to content

Commit

Permalink
Merge pull request #179 from rajeshkp/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in BasicReservationService
  • Loading branch information
NitriKx authored Jun 2, 2017
2 parents 6633604 + 46073e2 commit 6b33d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,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 (*)

Expand Down

0 comments on commit 6b33d5d

Please sign in to comment.