Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 authored Jan 28, 2024
1 parent ee24af1 commit 8cba9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

Expand Down Expand Up @@ -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) |
Expand Down

0 comments on commit 8cba9f7

Please sign in to comment.