From f0fe96894478c921da0dcdae8a8a724ab4ea6292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 26 Nov 2019 10:20:56 +0100 Subject: [PATCH] native-node-modules: Capitalize some project names. --- docs/native-node-modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/native-node-modules.md b/docs/native-node-modules.md index 35bda927e5..f993a068c3 100644 --- a/docs/native-node-modules.md +++ b/docs/native-node-modules.md @@ -23,7 +23,7 @@ these features if you'd like to try them out. ## Adding Seshat for search in E2E encrypted rooms -Seshat is a native node library that adds support for local event indexing and +Seshat is a native Node module that adds support for local event indexing and full text search in E2E encrypted rooms. Since Seshat is written in rust the rust compiler and cargo tool-chain need to be @@ -32,7 +32,7 @@ support can be added using yarn inside the `electron_app/` directory: yarn add matrix-seshat -After this is done the electron version of riot can be run from the main folder +After this is done the Electron version of Riot can be run from the main folder as usual using: yarn electron