Skip to content

Commit

Permalink
explicitly require
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Oct 12, 2013
1 parent 8771dcb commit 21f5b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ If you have a few moments, consider reading the source, especially the Rails app


### Installation
#### 1) Install the gem
`gem 'formbuilder-rb'`
#### 1) In your Gemfile
`gem 'formbuilder-rb', require: 'formbuilder'`

#### 2) Create the migrations for the Formbuilder models
1. `rake formbuilder:install:migrations`
Expand Down

0 comments on commit 21f5b4a

Please sign in to comment.