diff --git a/README.md b/README.md index f73cddf..5e25efe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# SQLite compiled to WebAssembly +# SQLite compiled to WebAssembly for the Uno Wasm Bootstrapper +This repository is about building the SQLite library to WebAssembly, and use it as +a Nuget package in an application using the [Uno.Wasm.Bootstrap](https://github.com/nventive/Uno.Wasm.Bootstrap). +This repository is based on the work from [Ryusei YAMAGUCHI](https://github.com/mandel59/sqlite-wasm). ## Related