Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeromewu <jeromewus@gmail.com>2020-10-27 06:52:16 +0300
committerGitHub <noreply@github.com>2020-10-27 06:52:16 +0300
commit909263b94ba11db149289faffa21a7ac3eb51657 (patch)
treead671afb6d9d1c6419b6412411c819961877aced
parenteb287e763a0b7129464f102394dfa0c2077f81f9 (diff)
parent178148727337d6e3774ace92e521eb9c9908c71e (diff)
Merge pull request #491 from bertyhell/patch-1
fix link to documentation in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ebfa4a9..20ece80 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ const worker = createWorker({
})();
```
-[Check out the docs](#docs) for a full explanation of the API.
+[Check out the docs](#documentation) for a full explanation of the API.
## Major changes in v2