From b922abb98e8e26186009bd52b203d5f0c56e0e92 Mon Sep 17 00:00:00 2001 From: Ashley <8253488+mrjones-plip@users.noreply.github.com> Date: Mon, 18 Jan 2021 15:59:21 -0800 Subject: [PATCH] Fix typo in "trnasformed" on readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 004a2d0..1872b92 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ desktop to a web browser on any device. It is built on top of [Electron React Boilerplate](https://github.com/electron-react-boilerplate) For better security mechanism, end-to-end encrytpion is implemented, which is inspired by [darkwire.io](https://github.com/darkwire/darkwire.io) , the difference is, that it is rewritten -in `Typescript` and trnasformed to use `node-forge` instead of `window.crypto.subtle`. +in `Typescript` and transformed to use `node-forge` instead of `window.crypto.subtle`. Why this was made? Because a client served with `http` without SSL, which makes `window.crypto. subtle` unavailable. (TODO: write more docs about Deskreen architecture)