Commit 69560cc089c557efe23792e4e98fc7f5ddbb497a

Edgar Aroutiounian 2015-05-28T15:19:53

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