Skip to content

Commit

Permalink
Merge 53da24b into 333e223
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstebo committed Oct 4, 2018
2 parents 333e223 + 53da24b commit 8928b76
Show file tree
Hide file tree
Showing 9 changed files with 639 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Contents
- [Installing](#installing)
- [Usage](#usage)
- [Faker.App](doc/app.md)
- [Faker.Book](doc/book.md)
- [Faker.Fake](doc/fake.md)
- [Faker.Name](doc/name.md)
- [Faker.Number](doc/number.md)
Expand Down
11 changes: 11 additions & 0 deletions doc/book.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Faker::Book

```cs
Faker.Book.Title() //=> "The Odd Sister"
Faker.Book.Author() //=> "Alysha Olsen"
Faker.Book.Publisher() //=> "Opus Reader"
Faker.Book.Genre() //=> "Mystery"
```
Loading

0 comments on commit 8928b76

Please sign in to comment.