diff --git a/Architecture.md b/Architecture.md index 49568a9..abf9bc0 100644 --- a/Architecture.md +++ b/Architecture.md @@ -110,7 +110,7 @@ In other cases it's better to implement everything in JavaScript. For example, a List of used native modules: -- [`node-keyboard-auto-type`](https://github.com/antelle/node-keyboard-auto-type): auto-type implemented in [`keyboard-auto-type`](https://github.com/antelle/keyboard-auto-type) +- [`node-keyboard-auto-type`](https://github.com/antelle/node-keyboard-auto-type): auto-type implemented using [`keyboard-auto-type`](https://github.com/antelle/keyboard-auto-type) - [`node-argon2`](https://github.com/ranisalt/node-argon2): faster Argon2 for desktop apps - [`node-keytar`](https://github.com/atom/node-keytar): secret management, used for settings encryption - [`node-yubikey-chalresp`](https://github.com/antelle/node-yubikey-chalresp): YubiKey interaction