Skip to content

Commit f74ba37

Browse files
committed
Update for new remark-html integration interface
1 parent 972f5a6 commit f74ba37

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
@@ -63,8 +63,8 @@ interface Node {
6363

6464
Data represents data associated with any node. `Data` is a scope for
6565
plug-ins to store any information. For example, [`remark-html`][remark-html]
66-
uses `htmlAttributes` to let other plug-ins specify attributes added
67-
to the compiled HTML element.
66+
uses `hProperties` to let other plug-ins specify properties added to the
67+
compiled HTML element.
6868

6969
```idl
7070
interface Data { }

0 commit comments

Comments
 (0)