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:
authorBert Verhelst <verhelstbert@gmail.com>2020-10-24 14:00:46 +0300
committerGitHub <noreply@github.com>2020-10-24 14:00:46 +0300
commit178148727337d6e3774ace92e521eb9c9908c71e (patch)
tree62cd31d54c9d91e5d86b8bfa9c47b8a2b6194775
parent69355a7c070e35d0185caf9fcf04e4634f900caa (diff)
fix link to documentation in readme
replaced #docs with #documentation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9f91ea7..a32c127 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