Skip to content

Commit

Permalink
Fix README.md example function name typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed Aug 29, 2024
1 parent d98951f commit 0c0dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ open Zarr_sync.Storage
(* opens infix operators >>= and >>| for monadic bind & map *)
open FilesytemStore.Deferred.Infix
let store = FilesystemStore.create_store "testdata.zarr";;
let store = FilesystemStore.create "testdata.zarr";;
```
### create group
```ocaml
Expand Down

0 comments on commit 0c0dc1f

Please sign in to comment.