Skip to content

Commit 057ab48

Browse files
docs(readme): add CodeSandbox (TypeScript) to list of "Examples"
https://codesandbox.io/s/html-react-parser-z0kp6
1 parent d83bf94 commit 057ab48

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
@@ -26,7 +26,7 @@ const parse = require('html-react-parser');
2626
parse('<p>Hello, World!</p>'); // React.createElement('p', {}, 'Hello, World!')
2727
```
2828

29-
[CodeSandbox](https://codesandbox.io/s/940pov1l4w) | [Repl.it](https://repl.it/@remarkablemark/html-react-parser) | [JSFiddle](https://jsfiddle.net/remarkablemark/7v86d800/) | [Examples](https://github.com/remarkablemark/html-react-parser/tree/master/examples)
29+
[CodeSandbox](https://codesandbox.io/s/940pov1l4w) | [CodeSandbox (TypeScript)](https://codesandbox.io/s/html-react-parser-z0kp6) | [Repl.it](https://repl.it/@remarkablemark/html-react-parser) | [JSFiddle](https://jsfiddle.net/remarkablemark/7v86d800/) | [Examples](https://github.com/remarkablemark/html-react-parser/tree/master/examples)
3030

3131
<details>
3232
<summary>Table of Contents</summary>

0 commit comments

Comments
 (0)