diff --git a/README.md b/README.md index d2ba0d2..5d6cc3e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -ReliableUnitOfWork.SqlAzure -=========================== - +ReliableUnitOfWork.SqlAzure +=========================== + A light-weight UnitOfWork implementation for SqlAzure based on EF6 to benefit from SqlAzureExecutionStrategy. This implementation provide a way to share a UnitOfWork, and hence DbContext, between different parts of the application, not only repositories. Examples =========== -Coming soon... \ No newline at end of file +Coming soon... + +For now you may check [this](http://blog.thinkinuous.com/2014/03/reliableunitofworksqlazure-v040-released.html).