Skip to content

Commit

Permalink
Fix usage document (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashiyama Yoshiki authored and stympy committed Oct 8, 2017
1 parent 30d1dc8 commit e68c031
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 @@ -125,7 +125,7 @@ gem 'faker', :git => 'git://github.com/stympy/faker.git', :branch => 'master'
## Usage

```ruby
require `faker`
require 'faker'

Faker::Name.name #=> "Christophe Bartell"

Expand Down

0 comments on commit e68c031

Please sign in to comment.