README.md in flash_extensions-1.1.0 vs README.md in flash_extensions-3.0.0
- old
+ new
@@ -262,9 +262,17 @@
1.to_length #=> 0.039370078740157 #IN
10.to_length(:mm, :cm) #=> 1 #CM
2.to_length(:mi, :yd) #=> 3520 #IN
```
+####To Time Unit:####
+Use the `to_time_unit` method to convert a time unit from one unit to another unit.
+
+```ruby
+120.to_time_unit #=> 2 #MIN
+2.to_time_unite(:day, :sec) #=> 172800 #SEC
+```
+
####To Temperature:####
Use the `to_temperature` method to convert a temperature from one unit to another unit.
```ruby
100.to_temperature #=> 212 #F
\ No newline at end of file