Skip to content

Commit 9b27fcd

Browse files
docs(readme): tidy example links
1 parent bc95f34 commit 9b27fcd

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 ([JavaScript](https://codesandbox.io/s/940pov1l4w) / [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)
29+
[Repl.it](https://repl.it/@remarkablemark/html-react-parser) | [JSFiddle](https://jsfiddle.net/remarkablemark/7v86d800/) | [CodeSandbox](https://codesandbox.io/s/940pov1l4w) | [TypeScript](https://codesandbox.io/s/html-react-parser-z0kp6) | [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)