Skip to content

Commit bbbd0c1

Browse files
authored
Fix README typo
Add `src` to the path for HTMLUtils
1 parent 0b4d120 commit bbbd0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ You can't expect native components to be able to render *everything* you can fin
295295
**Please note** that if you supply `ignoredTags`, you will override the default ignored ones. There are *a lot* of them, if you want to keep them and add you own, you can do something like :
296296

297297
```javascript
298-
import { IGNORED_TAGS } from 'react-native-render-html/HTMLUtils';
298+
import { IGNORED_TAGS } from 'react-native-render-html/src/HTMLUtils';
299299
...
300300

301301
// your props

0 commit comments

Comments
 (0)