Hello, Can you update your README examples to reflect your updated code? It's really confusing otherwise. ``` ruby irb(main):001:0> require "diverge" => true irb(main):002:0> Diverge.new([0.25, 0.5, 0.25], [0.5, 0.3, 0.2]).js => 0.035262717451799895 ```
Hello,
Can you update your README examples to reflect your updated code? It's really confusing otherwise.