From 6067622c19ee8f599754ac60db4be6842e1e7db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kl=C3=A4hn?= <39526136+Septias@users.noreply.github.com> Date: Mon, 23 Jan 2023 12:36:41 +0100 Subject: [PATCH] fix node readme (#3974) fix node readme --- node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/README.md b/node/README.md index f0121d2b8..a9832bdfd 100644 --- a/node/README.md +++ b/node/README.md @@ -28,7 +28,7 @@ This code used to live at [`deltachat-node`](https://github.com/deltachat/deltac ## Install -By default the installation will build try to use the bundled prebuilds in the +By default the installation will try to use the bundled prebuilds in the npm package. If this fails it falls back to compile `../deltachat-core-rust` from this repository, using `scripts/rebuild-core.js`.