Skip to content

Commit 84f66f0

Browse files
authored
Update README.md
1 parent 16f9aae commit 84f66f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SqlAppLockHelper -- Easy & Robust Distributed Mutex Application Locking with Sql Server
2-
An ultra lightweight library that provides and easy to use API for a robust distributed mutex locking capability that leverages
2+
An ultra lightweight library that provides an easy to use API for a robust distributed mutex locking capabilities that leverage
33
Sql Server (e.g. sp_getapplock & sp_releaseapplock). Sql Server provides a very robust & efficient distributed mutex/locking
44
capability and this library exposes this in an easy to use C# .Net Standard API using custom extension methods
55
on the SqlConnection and SqlTransaction classes of the SqlClient libraries.

0 commit comments

Comments
 (0)