aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthew Bergman <[email protected]>2010-05-15 01:57:55 -0400
committerMatthew Bergman <[email protected]>2010-05-15 01:57:55 -0400
commit93670a73d3d5b4fad37bb4ae85639486914118da (patch)
treec9cc671d187665cae0b3723b8a47831dda45c13b /lib
parentc5abfe4ae7b288a3293e1dec02895995935048f8 (diff)
downloadfaker-93670a73d3d5b4fad37bb4ae85639486914118da.tar.xz
faker-93670a73d3d5b4fad37bb4ae85639486914118da.zip
added Readme
Diffstat (limited to 'lib')
-rw-r--r--lib/Readme.markdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Readme.markdown b/lib/Readme.markdown
new file mode 100644
index 00000000..a8d29b08
--- /dev/null
+++ b/lib/Readme.markdown
@@ -0,0 +1,10 @@
+= Faker
+
+A port of Perl's Data::Faker library that generates fake data.
+
+== Usage
+
+* Faker.Name.findName(); = "Matthew Bergman"
+* Faker.Company.companyName(); = "Frankie, Jessy, and Carl"
+
+