From 8dd2ddcbf70a719832b39fb8cc56af2812bd1501 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Tue, 14 Oct 2014 20:18:32 -0500 Subject: [PATCH] CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fba928a..241b4aee 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The repository stats API, accessed through `#languages`, can be used on a direct ***API UPDATE*** -Since [Version 3.0.0](https://github.com/github/linguist/releases/tag/v3.0.0) Linguist requires a git repository (in the form of a [Rugged::Repository](https://github.com/libgit2/rugged#repositories)) to be passed when initializing `Linguist::Repository`. +Since [Version 3.0.0](https://github.com/github/linguist/releases/tag/v3.0.0) Linguist expects a git repository (in the form of a [Rugged::Repository](https://github.com/libgit2/rugged#repositories)) to be passed when initializing `Linguist::Repository`. ```ruby