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 ```