Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Balearica authored Aug 29, 2024
1 parent dd43345 commit dc6471c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ scribe.extractText(['https://tesseract.projectnaptha.com/img/eng_bw.png'])

When using Scribe.js in the browser, all files must be served from the same origin as the file importing Scribe.js. This means that importing Scribe.js from a CDN will not work. There is no UMD version.

## Templates
# Templates
The following are template repos showing how Scribe.js can be used within various frameworks/build systems.

- Browser with ESM (no build): https://github.com/scribeocr/scribe.js-example-esm-browser
Expand Down Expand Up @@ -72,4 +72,4 @@ npm i

## Run automated tests before making PR
npm run test
```
```

0 comments on commit dc6471c

Please sign in to comment.