Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlyall committed Oct 21, 2024
1 parent e782459 commit 7a8b5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ There are a number of options that are required for the Crumbs constructor.
| domain | The domain you wish to set the cookie on | string | Yes | - |
| editBanner | An object containing both a title and description property for the edit dialog | object | Yes | - |
| editCookieButton | This is an HTMLElement that you want to attach an event listener too in order for the user to change the cookie settings | HTMLElement | Yes | - |
| types | An array of objects with each one containing an `identifier`, `summary`, `required` and a `title` | Type[] | Yes | - |
| types | An array of objects with each one containing an `identifier`, `summary`, and a `title` | Type[] | No | - |
| version | The version number you wish to specify | Number | No | 1 |

A `Type` itself is made up of the following items
Expand Down

0 comments on commit 7a8b5b2

Please sign in to comment.