Skip to content

Commit 77ba274

Browse files
docs(react-property): fix links in README.md
1 parent b90e1ee commit 77ba274

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/react-property/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
[![NPM version](https://img.shields.io/npm/v/react-property.svg)](https://www.npmjs.com/package/react-property)
66

7-
HTML and SVG DOM properties used by [React](https://github.com/facebook/react). See [DOMProperty](https://github.com/facebook/react/blob/main/packages/react-dom/src/shared/DOMProperty.js) and [possibleStandardNames](https://github.com/facebook/react/blob/main/packages/react-dom-bindings/src/shared/possibleStandardNames.js).
8-
9-
Try [Replit](https://replit.com/@remarkablemark/react-property) demo.
7+
HTML and SVG DOM properties used by [React](https://github.com/facebook/react). See [DOMProperty](https://github.com/facebook/react/blob/v16.14.0/packages/react-dom/src/shared/DOMProperty.js) and [possibleStandardNames](https://github.com/facebook/react/blob/v16.14.0/packages/react-dom/src/shared/possibleStandardNames.js).
108

119
## Install
1210

@@ -52,4 +50,4 @@ Module contains:
5250

5351
## License
5452

55-
MIT. See [license](https://github.com/facebook/react/blob/main/LICENSE) from original project.
53+
MIT. See the [license](https://github.com/facebook/react/blob/main/LICENSE) from the original project.

0 commit comments

Comments
 (0)