Commit 41a71c1a5eb891e7af1c7a3226c3c26e1a70b97c

Edward Thomson 2015-05-28T16:29:52

Merge pull request #3161 from fxfactorial/master Changed README to use new OCaml bindings to git

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 4d9cd2d..4ee1fdc 100644
--- a/README.md
+++ b/README.md
@@ -201,7 +201,7 @@ Here are the bindings to libgit2 that are currently available:
 * Objective-C
     * objective-git <https://github.com/libgit2/objective-git>
 * OCaml
-    * libgit2-ocaml <https://github.com/burdges/libgit2-ocaml>
+    * ocaml-libgit2 <https://github.com/fxfactorial/ocaml-libgit2>
 * Parrot Virtual Machine
     * parrot-libgit2 <https://github.com/letolabs/parrot-libgit2>
 * Perl