From 655e62814bc46ff447219e8a7b6263e74435c3da Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 16 Aug 2022 10:06:22 +0200 Subject: [PATCH] doc(crypto-nodejs) Add link to online documentation. --- bindings/matrix-sdk-crypto-nodejs/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bindings/matrix-sdk-crypto-nodejs/README.md b/bindings/matrix-sdk-crypto-nodejs/README.md index cb795dc1c..c55024c7c 100644 --- a/bindings/matrix-sdk-crypto-nodejs/README.md +++ b/bindings/matrix-sdk-crypto-nodejs/README.md @@ -186,7 +186,11 @@ to learn more about the `RUST_LOG`/`MATRIX_LOG` environment variable. ## Documentation -To generate the documentation, please run the following command: +[The documentation can be found +online](https://matrix-org.github.io/matrix-rust-sdk/bindings/matrix-sdk-crypto-nodejs/). + +To generate the documentation locally, please run the following +command: ```sh $ npm run doc