summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 03851f3..351d4e6 100644
--- a/README
+++ b/README
@@ -7,8 +7,8 @@ to run external programs and direct access via [luagit2].
In order to make the [luagit2] binding marginally more stable for Gall, it
includes both [luagit2] and [libgit2] via submodules and builds them statically
-together into a git2 module which it installs as gall.internal.git2 so that if
-the system has a git2 module, it won't affect Gall's specific interfaced one.
+together into a git2 module which it installs as gall.git2 so that if the
+system has a git2 module, it won't affect Gall's specific interfaced one.
For examples of how to use Gall, see the `examples/` directory.