From 29d84cc186b7c00c29c01a902e47515b6dbdbe45 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 22 Aug 2020 10:58:26 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 205c414..0a858b5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Go helpers to work with git repositories ## Examples ```go -// returns the directory of the git repository path is a member of, or an error: +// returns the directory of the git repository path is a member of: repo, err := gitcha.GitRepoForPath(path) // finds files from list in path. It respects all .gitignores it finds while