From ba4322ef7ce03ca9114b6bcbca40a2947ff8ae8b Mon Sep 17 00:00:00 2001 From: Cherese Eriepa Date: Fri, 11 Oct 2024 20:00:59 +1300 Subject: [PATCH] docs: fix typo in README (#302) 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 ```