aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhnarasaki <29487319+hnarasaki@users.noreply.github.com>2018-10-17 03:01:11 -0700
committerMáximo Cuadros <mcuadros@gmail.com>2018-10-17 12:01:11 +0200
commit1a2248b4463cfd4c0e7377150448069d1969fc22 (patch)
tree7009ef4befbac18475aa71df614bfb28de6ac986
parentcd64b4d630b6c2d2b3d72e9615e14f9d58bb5787 (diff)
downloadgo-git-1a2248b4463cfd4c0e7377150448069d1969fc22.tar.gz
Fixed a typo. (#989)
README: Fixed a typo.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8cdfef8..30c34ef 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
*go-git* is a highly extensible git implementation library written in **pure Go**.
-It can be used to manipulate git repositories at low level *(plumbing)* or high level *(porcelain)*, through an idiomatic Go API. It also supports several type of storage, such as in-memory filesystems, or custom implementations thanks to the [`Storer`](https://godoc.org/gopkg.in/src-d/go-git.v4/plumbing/storer) interface.
+It can be used to manipulate git repositories at low level *(plumbing)* or high level *(porcelain)*, through an idiomatic Go API. It also supports several types of storage, such as in-memory filesystems, or custom implementations thanks to the [`Storer`](https://godoc.org/gopkg.in/src-d/go-git.v4/plumbing/storer) interface.
It's being actively develop since 2015 and is being use extensively by [source{d}](https://sourced.tech/) and [Keybase](https://keybase.io/blog/encrypted-git-for-everyone), and by many other libraries and tools.