From 6e699a1010479c9b33295316b76ab19c62b21008 Mon Sep 17 00:00:00 2001 From: Jake Soenneker Date: Fri, 26 Jan 2024 17:12:39 -0600 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f509e9..09f27d5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,6 @@ dotnet add package Soenneker.Utils.AutoBogus A Bogus `Faker` takes a long time to initialize, so AutoFaker will mirror Faker in this sense. Thus, `AutoFaker` was dropped from this package. -⚠️ It is recommended that a single instance of `AutoFaker` be used if possible. The static usage of `AutoFaker.Generate<>()` should be avoided (as it incurs a new `Faker` allocation), but is available. +⚠️ It is recommended that a single instance of `AutoFaker` be used if possible. The static usage of `AutoFaker.Generate<>()` should be avoided (as it constructors a new `Faker`), but is available. This is a work in progress. Contribution is welcomed. \ No newline at end of file