Merge pull request #238 from bzz/hotfix-docs

Hotfix: typo in docs
This commit is contained in:
Alexander 2019-08-07 18:07:56 +02:00 committed by GitHub
commit 3c3ea9a95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ The histogram shows the number of files detected (y-axis) per time interval buck
We found few cases where enry turns slower than linguist due to
Go regexp engine being slower than Ruby's, based on [oniguruma](https://github.com/kkos/oniguruma) library, written in C.
See (instructions)[#faster-regexp-engine-optional] for running enry with oniguruma.
See [instructions](#misc) for running enry with oniguruma.
Why Enry?