From 98e348ba5f60b2892979c1ca587c874d45f793bb Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Mon, 13 Oct 2014 14:48:50 -0500 Subject: [PATCH] Minor docs update fixes #1581 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c93a3e5..f3a0a13b 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ The Language stats bar that you see on every repository is built by aggregating The repository stats API, accessed through `#languages`, can be used on a directory: ***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`.