goodeggs / fake-eggs

create all sorts of Good Eggs style fake data!
1 stars 1 forks source link

docs: fix misleading comment about env variable #271

Closed mattpetrie closed 2 years ago

mattpetrie commented 2 years ago

The comment in CreateFakeEggsOptions erroneously described the environment variable to force use of a specific seed for random data as process.env.FAKE_EGGS_SEED. The actual name of the variable is FAKE_DATA_SEED. This PR just updates the comment to make it clear what environment variable to use to set the seed. I don't think a new release of fake-eggs is even required.