Skip to content

Commit

Permalink
Remove note on having to install @types/unist
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 6, 2021
1 parent 88374fc commit 8eda349
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ Node 12+ is needed to use it and it must be `import`ed instead of `require`d.
npm install unified
```

This package comes with types.
If you’re using TypeScript, make sure to also install
[`@types/unist`][ts-unist].

## Use

```js
Expand Down Expand Up @@ -1284,8 +1280,6 @@ work on [`ware`][ware], as it was a huge initial inspiration.

[npm]: https://docs.npmjs.com/cli/install

[ts-unist]: https://www.npmjs.com/package/@types/unist

[site]: https://unifiedjs.com

[twitter]: https://twitter.com/unifiedjs
Expand Down

0 comments on commit 8eda349

Please sign in to comment.