Skip to content

Commit c365522

Browse files
committed
Update README.md
1 parent 92cc0c4 commit c365522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npm i @solid-codemirror/codemirror
3232
> Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multipleinstances of @codemirror/state are loaded, breaking instanceof checks.
3333
> ```
3434
>
35-
> **Note**: This error can be fixed by adding the following configuration option to your `vite.config.{js,ts}` file.
35+
> This error can be fixed by adding the following configuration option to your `vite.config.{js,ts}` file.
3636
>
3737
> ```typescript
3838
> export default defineConfig({

packages/codemirror/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm i @solid-codemirror/codemirror
2828
> Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multipleinstances of @codemirror/state are loaded, breaking instanceof checks.
2929
> ```
3030
>
31-
> **Note**: This error can be fixed by adding the following configuration option to your `vite.config.{js,ts}` file.
31+
> This error can be fixed by adding the following configuration option to your `vite.config.{js,ts}` file.
3232
>
3333
> ```typescript
3434
> export default defineConfig({

0 commit comments

Comments
 (0)