Skip to content

Commit

Permalink
Fix README.md for distributedlock example (#613)
Browse files Browse the repository at this point in the history
Update README.md

Signed-off-by: greenie-msft <[email protected]>
  • Loading branch information
greenie-msft authored Aug 1, 2024
1 parent 2973242 commit 5b25666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distributedLock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 5b25666

Please sign in to comment.