Skip to content

Commit

Permalink
readme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
KingSora committed Jun 8, 2024
1 parent 4f7e3bd commit 15f50eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,11 +828,11 @@ OverlayScrollbars.plugin(SomePlugin);

### `nonce(newNonce): void`

Gets the environment.
Sets the nonce attribute for inline styles.

| parameter | type | description |
| :--- | :--- | :--- |
| newNonce | `string | undefined` | The nonce attribute for inline styles. |
| newNonce | `string / undefined` | The nonce attribute for inline styles. |

### `plugin(plugin): object | undefined`

Expand Down
4 changes: 2 additions & 2 deletions packages/overlayscrollbars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,11 +828,11 @@ OverlayScrollbars.plugin(SomePlugin);

### `nonce(newNonce): void`

Gets the environment.
Sets the nonce attribute for inline styles.

| parameter | type | description |
| :--- | :--- | :--- |
| newNonce | `string | undefined` | The nonce attribute for inline styles. |
| newNonce | `string / undefined` | The nonce attribute for inline styles. |

### `plugin(plugin): object | undefined`

Expand Down
4 changes: 2 additions & 2 deletions website/mdx/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -805,11 +805,11 @@ OverlayScrollbars.plugin(SomePlugin);

### `nonce(newNonce): void`

Gets the environment.
Sets the nonce attribute for inline styles.

| parameter | type | description |
| :--- | :--- | :--- |
| newNonce | `string | undefined` | The nonce attribute for inline styles. |
| newNonce | `string / undefined` | The nonce attribute for inline styles. |

### `plugin(plugin): object | undefined`

Expand Down

0 comments on commit 15f50eb

Please sign in to comment.