From 185110495fab7c2ff817a3c1a2b78380c97ba90d Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Wed, 15 Nov 2017 20:16:04 +0100 Subject: [PATCH 1/2] Fix typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba97cd73..c0de005d1 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ table of git with go-git. Contribute ---------- -If you are interested on contributing to go-git, open an [issue](https://github.com/src-d/go-git/issues) explaining which missing functionality you want to work in, and we will guide you through the implementation. +If you are interested on contributing to go-git, open an [issue](https://github.com/src-d/go-git/issues) explaining which missing functionality you want to work on, and we will guide you through the implementation. License ------- From a507648fb9613187aa1ccb1642ca5b09822a52d6 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Wed, 15 Nov 2017 21:49:35 +0100 Subject: [PATCH 2/2] Fix another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0de005d1..86c7634fc 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ table of git with go-git. Contribute ---------- -If you are interested on contributing to go-git, open an [issue](https://github.com/src-d/go-git/issues) explaining which missing functionality you want to work on, and we will guide you through the implementation. +If you are interested in contributing to go-git, open an [issue](https://github.com/src-d/go-git/issues) explaining which missing functionality you want to work on, and we will guide you through the implementation. License -------