Skip to content

Commit

Permalink
readme - minor text update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianvoe committed Dec 5, 2023
1 parent 19cf99c commit 50705d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -383,7 +383,6 @@ ProductDescription() string
ProductCategory() string
ProductFeature() string
ProductMaterial() string

```

### Person
Expand Down

0 comments on commit 50705d5

Please sign in to comment.