try GitHub Flavored Markdown README.md
This commit is contained in:
@@ -4,13 +4,15 @@ This gem is a port of Ruby's stympy/faker gem (as well as Perl's Data::Faker lib
|
||||
|
||||
Usage
|
||||
-----
|
||||
Faker faker = new Faker();
|
||||
String name = faker.name(); // Miss Samanta Schmidt
|
||||
String firstName = faker.firstName(); // Emory
|
||||
String lastName = faker.firstName(); // Barton
|
||||
```java
|
||||
Faker faker = new Faker();
|
||||
|
||||
String streetAddress = faker.streetAddress(); // 60018 Sawayn Brooks Suite 449
|
||||
String name = faker.name(); // Miss Samanta Schmidt
|
||||
String firstName = faker.firstName(); // Emory
|
||||
String lastName = faker.firstName(); // Barton
|
||||
|
||||
String streetAddress = faker.streetAddress(); // 60018 Sawayn Brooks Suite 449
|
||||
```
|
||||
|
||||
How to build
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user