From 0e2c9f9b537bba769adac886bc79d968791c35e7 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Mon, 10 Feb 2025 18:53:37 +0200 Subject: [PATCH] Update README.md Add links to package repositories. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f2665ef0..5ad411090 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ You can also build and run the latest development version with: cargo run ``` -### ✨ JavaScript (wip) +### ✨ [JavaScript](https://www.npmjs.com/package/limbo-wasm) (wip) Installation: @@ -88,7 +88,7 @@ const users = stmt.all(); console.log(users); ``` -### 🐍 Python (wip) +### 🐍 [Python](https://pypi.org/project/pylimbo/) (wip) ```console pip install pylimbo