Skip to content

Commit a1208e3

Browse files
authored
Update README.md
1 parent adb2de0 commit a1208e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ import TesseractOcr, { useEventListener } from '@devinikhiya/react-native-tesser
5858
Strict requirement on language files existing in a referenced "tessdata" folder.
5959
For Android
6060

61-
Save TessData Files into - android/app/src/main/assets/tessdata
61+
Save TessData Files into - ```js android/app/src/main/assets/tessdata ```
6262

63-
exaample - for the language english - android/app/src/main/assets/tessdata/eng.traineddata
63+
exaample - for the language english - ```js android/app/src/main/assets/tessdata/eng.traineddata ```
6464
## Contributing
6565

6666
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

0 commit comments

Comments
 (0)