From c2468b2f2e8d89ce4ab00b8a6bf99432ab5bd3ea Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 16 Aug 2022 10:04:54 +0200 Subject: [PATCH] doc(crypto-js) Add link to online documentation. --- bindings/matrix-sdk-crypto-js/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bindings/matrix-sdk-crypto-js/README.md b/bindings/matrix-sdk-crypto-js/README.md index 7ff2e718a..640055c4a 100644 --- a/bindings/matrix-sdk-crypto-js/README.md +++ b/bindings/matrix-sdk-crypto-js/README.md @@ -37,7 +37,11 @@ TBD ## 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-js/). + +To generate the documentation locally, please run the following +command: ```sh $ npm run doc