From b78a6eb2bb1eb16b4b682993e9403bbe74a3a541 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 28 Apr 2025 18:11:53 +0100 Subject: [PATCH] Mention nodejs wrapper in the root readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a36bea18..c79ff68c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is an **experimental** reimplementation of [libloot](https://github.com/loot/libloot) using Rust instead of C++, that should match libloot v0.26.0. -See the `cpp` and `python` subdirectories for C++ and Python wrappers respectively. +There are C++, Python and Node.js wrappers in the `cpp`, `python` and `nodejs` subdirectories respectively. Expect: