diff --git a/README.md b/README.md index e438d38..765dcc4 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ Web component for interactive random tables. **[Demo](https://grislyeye.github.io/vellum-random-table/)** -| Attribute | Description | Default | -| ---------- | ----------------------------------------------------------------------------------- | ------- | -| `select` | The container/input to display roll results, identified by a CSS selector. | | -| `preroll` | Load table with pre-rolled result. | `false` | -| `hideroll` | Hide rolls and just display the results. | `false` | -| `hidecalc` | Show rolls but hides calculations (i.e. `1 + 4`). Ignored when `hideroll == false`. | `false` | +| Attribute | Description | Default | +| ---------- | ---------------------------------------------------------------------------------- | ------- | +| `select` | The container/input to display roll results, identified by a CSS selector. | | +| `preroll` | Load table with pre-rolled result. | `false` | +| `hideroll` | Hide rolls and just display the results. | `false` | +| `hidecalc` | Show rolls but hides calculations (i.e. `1 + 4`). Ignored when `hideroll == true`. | `false` | ### Examples