Fix Readme.md lastName call

This commit is contained in:
ian
2013-06-25 16:00:02 -04:00
parent 0ce50126b6
commit f506d8d161
+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
```