This commit is contained in:
Arfon Smith
2014-10-14 20:18:32 -05:00
parent 037857623d
commit 8dd2ddcbf7

View File

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