Skip to content

Commit 3884279

Browse files
author
Jamil Maqdis Anton
committed
update README.md
1 parent 41b0285 commit 3884279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A thin F# wrapper around [SQLStreamStore](https://www.nuget.org/packages/SqlStre
44

55
This library isn't intended to be an implementation of an event store on top of SqlStreamStore. It only wraps some simple functions in SqlStreamStore in F#, mostly to turn `Tasks` to `Asyncs` and offers some nice-to-haves eg. a Postgres config record type instead of a string.
66

7-
Wrapping only the basic functionality, and sticking to the naming conventions in the original library gives the flexibility to model events, aggregates, error types, ..etc however the user sees fit.
7+
~~Wrapping only the basic functionality, and sticking to the naming conventions in the original library gives the flexibility to model events, aggregates, error types, ..etc however the user sees fit.~~
88

99
For more complete implementations check out other libraries such as [Equinox](https://github.com/jet/equinox).
1010

0 commit comments

Comments
 (0)