From 7fba16a7fb4e2989cb5dda3eb72aa235eedfe93f Mon Sep 17 00:00:00 2001 From: Alina Sireneva Date: Wed, 1 Nov 2023 22:04:45 +0300 Subject: [PATCH] docs: added note about @cryptography/aes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2388043c..f421b3da 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ pnpm add @mtcute/crypto-node ✨ building something for web? use the client directly: ```bash -pnpm add @mtcute/client +pnpm add @mtcute/client @cryptography/aes ``` learn more: [guide](https://mtcute.dev/guide/)