From 77ac2a51c9e7e32dbf2c17c90dc3dd7fc25a8e58 Mon Sep 17 00:00:00 2001 From: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:57:31 -0700 Subject: [PATCH] Update README.md Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> --- examples/distributedLock/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/distributedLock/README.md b/examples/distributedLock/README.md index fad26b0b..9a6ec331 100644 --- a/examples/distributedLock/README.md +++ b/examples/distributedLock/README.md @@ -36,7 +36,7 @@ const unlockResponse = await client.lock.unlock(storeName, resourceId, lockOwner Execute the example under the folder `examples/distributedLock/LockApplication` ```bash -cd examples/distributedLock/LockApplication +cd examples/distributedLock/TryLockApplication npm install ```