Skip to content

Commit abfffd7

Browse files
committed
Merge branch 'main' of github.com:tomayac/sqlite-wasm
2 parents 3c5801e + 7682968 commit abfffd7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SQLite Wasm conveniently wrapped as an ES Module.
44

5-
> **Note**
5+
> **Warning**
66
>
77
> This project wraps the code of
88
> [SQLite Wasm](https://sqlite.org/wasm/doc/trunk/index.md) with _no_ changes.
@@ -53,7 +53,8 @@ sqlite3InitModule({
5353

5454
### In a worker (with OPFS if available):
5555

56-
> **Warning** For this to work, you need to set the following headers on your
56+
> **Warning**
57+
> For this to work, you need to set the following headers on your
5758
> server:
5859
>
5960
> `Cross-Origin-Opener-Policy: same-origin`
@@ -101,7 +102,8 @@ sqlite3InitModule({
101102

102103
## Usage with the bundled `SQLiteClient` (with OPFS if available):
103104

104-
> **Warning** For this to work, you need to set the following headers on your
105+
> **Warning**
106+
> For this to work, you need to set the following headers on your
105107
> server:
106108
>
107109
> `Cross-Origin-Opener-Policy: same-origin`

0 commit comments

Comments
 (0)