We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580780a commit cedb716Copy full SHA for cedb716
readme.md
@@ -1,12 +1,10 @@
1
# unist-util-assert [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
2
3
-<!--lint disable heading-increment no-duplicate-headings-->
4
-
5
Assert [Unist][] nodes.
6
7
## Installation
8
9
-[npm][npm-install]:
+[npm][]:
10
11
```bash
12
npm install unist-util-assert
@@ -86,7 +84,7 @@ the node (and the parent, when given).
86
84
87
85
[codecov]: https://codecov.io/github/wooorm/unist-util-assert
88
89
-[npm-install]: https://docs.npmjs.com/cli/install
+[npm]: https://docs.npmjs.com/cli/install
90
91
[license]: LICENSE
92
0 commit comments