README.md in flag-0.0.1 vs README.md in flag-0.0.2

- old
+ new

@@ -24,9 +24,20 @@ else # Marquee and blink everywhere end ``` +If you enable (`on!`) with `Integer`, `Fixnum` or `String` they will be treated +as ids of your application, in the other hand if you use `Symbol` it will be +treated as a `Group`. + +```ruby +Flag(:something).on!(1) +Flag(:something).on!("uuid") + +Flag(:something).on!(:group) +``` + ## Enable/Check feature flags ### Ids ```ruby