From e69b598f43e20a048c138481562f97e7721d5f77 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Tue, 26 Mar 2024 00:00:27 +0100 Subject: [PATCH] fix: Corrected failing command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46138c0dd..1ab4b2fc5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ version5. Although version 6 may work, we suggest using the same version5 for compatibility: ```sh -npm install @aragon/sdk-client @ethers@5 +npm install @aragon/sdk-client ethers@5 ```
@@ -264,4 +264,4 @@ If you believe you've found a security issue, we encourage you to notify us. We Security Contact Email: sirt@aragon.org -Please do not use the issue tracker for security issues. \ No newline at end of file +Please do not use the issue tracker for security issues.