Minor docs update fixes #1581

This commit is contained in:
Arfon Smith
2014-10-13 14:48:50 -05:00
parent a69b20c1a4
commit 98e348ba5f

View File

@@ -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`.