Skip to content

Commit 14ea867

Browse files
authored
Update README.md
1 parent dcde8dd commit 14ea867

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
@@ -36,7 +36,7 @@ Use the `Create` module.
3636
}
3737
3838
// A new PostgresStore with a custom schema (use None if you want the tables to be created in public)
39-
let postgresStore : PostgresStreamStore= Create.postgresStore config (Some "my-cool-schema")
39+
let postgresStore : PostgresStreamStore = Create.postgresStore config (Some "my-cool-schema")
4040
4141
// Cast to IStreamStore
4242
let store : IStreamStore = postgresStore :> IStreamStore
@@ -87,7 +87,7 @@ the read operation.
8787
#### What if I want to read the stream backwards and specify if I want to prefetch the data, and all the cool stuff that already exists in SQLStreamStore?
8888

8989
Well each of the above functions has an alternative version call that has a `'` at the end for the function's name. The
90-
alternative function takes a list of options as a parameters, and in those options you can do what ever you want.
90+
alternative function takes a list of options as a parameter.
9191

9292
#### Why do this?
9393

0 commit comments

Comments
 (0)