diff --git a/README.md b/README.md index ddf635d..a45bf92 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ check-lock: Check if a data entry is locked, it will send the result back as a boolean on check-lock-result
  • - try-unlock: Attempt to unlock a data entry it will send a boolean back on try-lock-result + try-unlock: Attempt to unlock a data entry it will send a boolean back on try-unlock-result If succesfull this will check if there is a queued lock for this data entry and if so lock that for that server and notify it on locked-queued-lock with information on what the data was
  • @@ -29,7 +29,7 @@
  • UTF: data (data to lock/check/unlock)
  • -
  • try-lock-result/check-lock-result +
  • try-lock-result/try-unlock-result/check-lock-result