From 50705d5352b67eae7eb89f4f9cc4df35cd7a9891 Mon Sep 17 00:00:00 2001 From: brianvoe Date: Tue, 5 Dec 2023 17:00:12 -0600 Subject: [PATCH] readme - minor text update --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f2c6b93..5fd32059 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ All functions also exist as methods on the Faker struct ### File -Passing `nil` to `CSV`, `JSON` or `XML` will auto generate data using a random set of generators. +Passing `nil` to `CSV`, `JSON` or `XML` will auto generate data using default values. ```go CSV(co *CSVOptions) ([]byte, error) @@ -365,7 +365,7 @@ FileMimeType() string ### Template -Passing `nil` will auto generate data using a random set of generators. +Passing `nil` will auto generate data using default values. ```go Template(co *TemplateOptions) (string, error) @@ -383,7 +383,6 @@ ProductDescription() string ProductCategory() string ProductFeature() string ProductMaterial() string - ``` ### Person