From 8cba9f7445a7b521ab5c1d88e3efa5deb200a22c Mon Sep 17 00:00:00 2001 From: Stephen Cresswell <229672+cressie176@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:03:52 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7142ab1..9d2699e 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ The function will passed an object with the following parameters | name | notes | | ------- | --------------------------------------------- | -| id | | +| id | Used to namespace session properties | | session | The test data [session](#sesson) | | chance | An instance of [Chance](https://chancejs.com) | @@ -186,7 +186,7 @@ For even greater flexibility, you can write a custom generator. This is a object | name | notes | | ------------- | ------------------------------------------------------ | -| id | the generator id | +| id | the generator id (used to namespace session properties | | params | the generator parameters | | session | The test data [session](#sesson) | | chance | An instance of [Chance](https://chancejs.com) |