README.md in aws-rikanjo-0.0.1 vs README.md in aws-rikanjo-0.0.2
- old
+ new
@@ -1,8 +1,8 @@
# Aws::Rikanjo
-RI Cost Calc Tool.
+RI Cost Calc Tool( Only new price ).
## Installation
Add this line to your application's Gemfile:
@@ -19,13 +19,13 @@
## Usage
example
```
-require "./aws-rikanjo/lib/aws/rikanjo"
+require "aws/rikanjo"
-a = Aws::RiKanjoo.new(region = "ap-northeast-1", instance_type = "m1.large", ri_util = "light")
+a = Aws::RiKanjoo.new(region = "ap-northeast-1", instance_type = "m3.large", ri_util = "medium")
a.total_cost_year
# "region" : ap-northeast-1
# "instance_type" : m1.large
# "ri_util" : light
@@ -34,10 +34,10 @@
# "reserved hour price (doller)" : 0.206
# "ondemand year price (doller)" : 3066.0
# "reserved year price (doller)" : 2074.56
# "reserved upfront (doller)" : 270
# "sweet spot day (day)" : 78
-# "sweet spot date (date)" : 2014-07-16
+# "sweet spot date (date)" : 2014-07-17
# "sweet spot price (doller)" : 660.58
```
## Contributing