From 3a9563ad7a9fc725d055af354bd496a3a72d3753 Mon Sep 17 00:00:00 2001 From: Helen T <35390871+helenktsai@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:08:49 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63bc2844..cd1ccde9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # NServiceBus.Persistence.ServiceFabric -The official [NServiceBus](https://github.com/Particular/NServiceBus) persistence implementation for [Service Fabric.](https://azure.microsoft.com/en-us/services/service-fabric/) +NServiceBus.Persistence.ServiceFabric is the official persistence implementation for [Azure Service Fabric](https://azure.microsoft.com/en-us/services/service-fabric/). -Learn more about NServiceBus.Persistence.ServiceFabric through our [documentation.](https://docs.particular.net/persistence/service-fabric) +It is part of the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems. -If you are interested in contributing, please follow the instructions [here.](https://github.com/Particular/NServiceBus/blob/develop/CONTRIBUTING.md) +See the [Service Fabric Persistence documentation](https://docs.particular.net/persistence/service-fabric) to learn more.