Skip to content

Commit dcde8dd

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 3b6942a + 4de5d08 commit dcde8dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and [SqlStreamStore.Postgres](https://www.nuget.org/packages/SqlStreamStore.Post
1111
- Has a super slim event sourcing abstraction in the form of `StreamEvent` which is a `StreamMessage` wrapper
1212

1313
## Usage
14-
This quick usage guide presumes familiarity with SQLStreamStore. A more i
14+
This quick usage guide presumes familiarity with SQLStreamStore. A more in-depth guide and documentation are coming soon :)
1515

1616
### Creating a store
1717

@@ -108,4 +108,4 @@ builder-pattern.
108108
ReadEntireOption.ReadBackwards
109109
] // Async<Result<ReadStreamPage,exn>>
110110
|> Get.messagesData // Async<Result<string,exn>>
111-
```
111+
```

0 commit comments

Comments
 (0)