From d0339c77efffeaa3d036d45b3b37941a19cb92eb Mon Sep 17 00:00:00 2001 From: horviskoadrianko <54525514+horviskoadrianko@users.noreply.github.com> Date: Sat, 22 Jan 2022 21:07:30 +0100 Subject: [PATCH] Add eosjs-ecc-eva npm package as dependency in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8846f2..4c9eda7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ You also need eosjs as a node dependency. You could install it globally ``` npm install -g eosjs +npm install -g eosjs-ecc-eva ``` Or can also install it in the js subdirectory within this package ```