From af99af6a87aec10293c599adbfb4b0954583cb49 Mon Sep 17 00:00:00 2001 From: chereseeriepa Date: Fri, 11 Oct 2024 16:23:52 +1300 Subject: [PATCH] docs: fix typo in README Signed-off-by: chereseeriepa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d9e9db15..208941248 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The demos assume building this repo from source, so you will need the following: Clone and build: ```bash git clone git@github.com:hyperledger/identus-edge-agent-sdk-ts.git --recurse-submodules -cd identus-agent-sdk-ts +cd identus-edge-agent-sdk-ts npm i npm run build ```