From f43187e9807c02b31863857705f23294d516478f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Wed, 19 Sep 2018 23:02:17 -0400 Subject: [PATCH] Update readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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