From a8831134a6e83c5492b0bfc6c424849aca47f25a Mon Sep 17 00:00:00 2001 From: Enrico Date: Tue, 8 Sep 2020 17:20:33 +0200 Subject: [PATCH] README typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 419fe04..5c3f37c 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,9 @@ fmt.Println(p.Extra) ## Factory One of the nice things about Faker is that it can also be used as a factory -library. In fact when we call the `faker.Build` method if a value is not zero -then it is not modified, leaving the original value. This allows you to create -factory functions very easily: +library. In fact when we call the `faker.Build` function if a value is not +zero then it is not modified, leaving the original value. This allows you to +create factory functions very easily: ```go faker.SetSeed(623)