Skip to content

Commit 5b25666

Browse files
authored
Fix README.md for distributedlock example (#613)
Update README.md Signed-off-by: greenie-msft <[email protected]>
1 parent 2973242 commit 5b25666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/distributedLock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const unlockResponse = await client.lock.unlock(storeName, resourceId, lockOwner
3636
Execute the example under the folder `examples/distributedLock/LockApplication`
3737

3838
```bash
39-
cd examples/distributedLock/LockApplication
39+
cd examples/distributedLock/TryLockApplication
4040
npm install
4141
```
4242

0 commit comments

Comments
 (0)