Skip to content

Commit

Permalink
Merge pull request #106 from olvap/update_readme
Browse files Browse the repository at this point in the history
Fix: update variable name in example.
  • Loading branch information
reneklacan committed Nov 17, 2016
2 parents f60109c + 033805a commit 06dba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $rollout = Rollout.new($redis)
Update data specific to a feature:

```ruby
@rollout.set_feature_data(:chat, description: 'foo', release_date: 'bar', whatever: 'baz')
$rollout.set_feature_data(:chat, description: 'foo', release_date: 'bar', whatever: 'baz')
```

Check whether a feature is active for a particular user:
Expand Down

0 comments on commit 06dba03

Please sign in to comment.