We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d4c75 commit c613efdCopy full SHA for c613efd
readme.md
@@ -14,6 +14,9 @@ Markdown component for React using [**remark**][remark].
14
15
## Install
16
17
+This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c):
18
+Node 12+ is needed to use it and it must be `import`ed instead of `require`d.
19
+
20
[npm][]:
21
22
```sh
@@ -84,6 +87,9 @@ ReactDom.render(
84
87
85
88
## API
86
89
90
+This package exports the following identifier: `uriTransformer`.
91
+The default export is `ReactMarkdown`.
92
93
### `props`
94
95
* `children` (`string`, default: `''`)\
0 commit comments