Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

change the defunct address of faker #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you need to generate fake data, there are a few methods to do this.
Populator.sentences(5) # generates 5 sentences
Populator.paragraphs(3) # generates 3 paragraphs

For fancier data generation, try the {Faker gem}[http://faker.rubyforge.org].
For fancier data generation, try the {Faker gem}[https://github.com/stympy/faker].


== Important
Expand Down