From 4f1718e587f1a158a077e1f3d506aa46a0e3047d Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 13 Jul 2022 13:45:07 -0600 Subject: [PATCH] Fix package name in readme for nodejs bindings --- bindings/matrix-sdk-crypto-nodejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/matrix-sdk-crypto-nodejs/README.md b/bindings/matrix-sdk-crypto-nodejs/README.md index cf3daa20f..cb795dc1c 100644 --- a/bindings/matrix-sdk-crypto-nodejs/README.md +++ b/bindings/matrix-sdk-crypto-nodejs/README.md @@ -13,7 +13,7 @@ Encryption](https://en.wikipedia.org/wiki/End-to-end_encryption)) for Just add the latest release to your `package.json`: ```sh -$ npm install --save matrix-sdk-crypto +$ npm install --save @matrix-org/matrix-sdk-crypto-nodejs ``` When installing, NPM will download the corresponding prebuilt Rust library for your current host system. The following are supported: