Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
David Czarnecki committed Jan 5, 2012
1 parent ac85916 commit c17384f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,14 +1,14 @@
# Beta [![Build Status](https://secure.travis-ci.org/agoragames/beta.png)](https://secure.travis-ci.org/agoragames/beta.png)

Beta is an access control library that uses a Redis whitelist to control authorization.
It relies upon the Rails.env variable to check against its list of environments to
It relies upon the `Rails.env` variable to check against its list of environments to
trigger on.

# Install

Install with `gem install beta` or add `gem 'beta'` to your Gemfile.

Then, add an initializer to our Rails app to configure Beta:
Then, add an initializer in your Rails application to configure Beta:

``` ruby
Beta.config do |config|
Expand Down

0 comments on commit c17384f

Please sign in to comment.