README.md in cldr-plurals-runtime-rb-1.0.1 vs README.md in cldr-plurals-runtime-rb-1.1.0

- old
+ new

@@ -25,9 +25,10 @@ | i | integer digits of n. | | v | number of visible fraction digits in n, with trailing zeros. | | w | number of visible fraction digits in n, without trailing zeros.| | f | visible fractional digits in n, with trailing zeros. | | t | visible fractional digits in n, without trailing zeros. | +| c/e | compact decimal exponent value | cldr-plurals-runtime-rb is an implementation of these calculations in Ruby. You can use them via the `CldrPlurals::RubyRuntime` module. Note that all methods take a stringified number as input: ```ruby num = '1.04'