From 20ac4c77c4454eb739d0710b746e7183aa826e0f Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Thu, 5 Dec 2024 01:06:38 +0300 Subject: [PATCH] tweak readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 417ab92e..2d8ec13e 100644 --- a/README.md +++ b/README.md @@ -115,9 +115,9 @@ which JavaScript interface should be used (or if JavaScript is available at all) Instead, *if the `wasm_js` backend is enabled*, this crate will assume that you are building for an environment containing JavaScript, and will -call the appropriate methods. Both web browser (main window and Web Workers) -and Node.js environments are supported, invoking the methods -[described above](#opt-in-backends) using the [`wasm-bindgen`] toolchain. +call the appropriate Web Crypto methods [described above](#opt-in-backends) +the [`wasm-bindgen`] toolchain. Both web browser (main window and Web Workers) +and Node.js (v19 or later) environments are supported. To enable the `wasm_js` backend, you can add the following lines to your project's `.cargo/config.toml` file: