Browse Source

Fix typo in README.md

pull/246/head
Jerome Wu 6 years ago
parent
commit
a900000254
  1. 2
      README.md

2
README.md

@ -30,7 +30,7 @@ Tesseract.js works with a `<script>` tag via local copy or CDN, with webpack and @@ -30,7 +30,7 @@ Tesseract.js works with a `<script>` tag via local copy or CDN, with webpack and
You can simply include Tesseract.js with a CDN like this:
```html
<script src='https://cdnjs.cloudflare.com/ajax/libs/tesseract.js/1.0.11/tesseract.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/tesseract.js/1.0.13/tesseract.min.js'></script>
```
After including your scripts, the `Tesseract` variable will be defined globally!

Loading…
Cancel
Save