Skip to content

Commit

Permalink
fix nuget package path
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueskang authored Mar 14, 2019
1 parent 717e0fc commit c87bef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c87bef6

Please sign in to comment.