Skip to content

Commit 899b7d4

Browse files
committed
Add TypeScript note
1 parent 8816ece commit 899b7d4

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
@@ -5,10 +5,12 @@ SQLite Wasm conveniently wrapped as an ES Module.
55
> **Warning**
66
>
77
> This project wraps the code of
8-
> [SQLite Wasm](https://sqlite.org/wasm/doc/trunk/index.md) with _no_ changes.
9-
> Please do _not_ file issues or feature requests regarding the underlying
10-
> SQLite Wasm code here. Instead, please follow the
8+
> [SQLite Wasm](https://sqlite.org/wasm/doc/trunk/index.md) with _no_ changes,
9+
> apart from added TypeScript types. Please do _not_ file issues or feature
10+
> requests regarding the underlying SQLite Wasm code here. Instead, please
11+
> follow the
1112
> [SQLite bug filing instructions](https://www.sqlite.org/src/wiki?name=Bug+Reports).
13+
> Filing TypeScript type related issues and feature requests is fine.
1214
1315
> **Warning**
1416
>

0 commit comments

Comments
 (0)