Skip to content

Commit

Permalink
Merge pull request #230 from samoht/README
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
samoht committed Sep 28, 2017
2 parents 138f6bb + 0c16772 commit a76541a
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 @@ -86,7 +86,7 @@ Performance is comparable to the Git tool.
# module Search = Git.Search.Make(FS);;
# let read file =
FS.create () >>= fun t ->
FS.create ~root:"." () >>= fun t ->
FS.read_reference_exn t Git.Reference.master >>= fun head ->
Search.find t head (`Commit (`Path file)) >>= function
| None -> failwith "file not found"
Expand Down

0 comments on commit a76541a

Please sign in to comment.