From c87bef69f5cec011719cc45e3a96e258562506fb Mon Sep 17 00:00:00 2001 From: Jacques Kang Date: Thu, 14 Mar 2019 17:55:53 +0100 Subject: [PATCH] fix nuget package path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecd4d38..9dbd796 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Easy to integrate in ASP.NET Core project to persist event-sourced domain entiti ## NuGet packages - [JKang.EventSourcing](https://www.nuget.org/packages/JKang.EventSourcing/) - - [JKang.EventSourcing.EfCore](https://www.nuget.org/packages/JKang.EventSourcing.EfCore/) - - [JKang.EventSourcing.DynamoDB](https://www.nuget.org/packages/JKang.EventSourcing.DynamoDB/) + - [JKang.EventSourcing.Persistence.EfCore](https://www.nuget.org/packages/JKang.EventSourcing.Persistence.EfCore/) + - [JKang.EventSourcing.Persistence.DynamoDB](https://www.nuget.org/packages/JKang.EventSourcing.Persistence.DynamoDB/) ## Quick Start: