README.md in verdict-0.8.0 vs README.md in verdict-0.9.0
- old
+ new
@@ -53,10 +53,10 @@
You'll need to pass along the subject (think User, Product or any other Model class) as well as any context to be used for qualifying the subject.
``` ruby
context = { ... } # anything you want to pass along to the qualify block.
-case Verdict['my experiment'].switch(shop, context)
+case Verdict['my_experiment'].switch(shop, context)
when :test
# Handle test group
when :control
# Handle control group
else