native-node-modules: Capitalize some project names.

This commit is contained in:
Damir Jelić 2019-11-26 10:20:56 +01:00
parent 40f2648fd3
commit f0fe968944

View file

@ -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