Merge pull request #8 from ijf/master

Fix typo in Readme.md
This commit is contained in:
Charles Blaxland
2013-06-25 17:44:25 -07:00
+1 -1
View File
@@ -22,7 +22,7 @@ Faker faker = new Faker();
String name = faker.name(); // Miss Samanta Schmidt
String firstName = faker.firstName(); // Emory
String lastName = faker.firstName(); // Barton
String lastName = faker.lastName(); // Barton
String streetAddress = faker.streetAddress(); // 60018 Sawayn Brooks Suite 449
```