Skip to content

Commit b953399

Browse files
committed
Change MDAST > mdast
1 parent 00e19c5 commit b953399

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mdast-util-assert",
33
"version": "1.0.2",
4-
"description": "Assert MDAST nodes",
4+
"description": "Assert mdast nodes",
55
"license": "MIT",
66
"keywords": [
77
"assert",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mdast-util-assert [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Chat][chat-badge]][chat]
22

3-
Assert [MDAST][] nodes.
3+
Assert [mdast][] nodes.
44

55
## Installation
66

@@ -31,7 +31,7 @@ assert({type: 'paragraph', value: 'foo'})
3131

3232
### `assert(node)`
3333

34-
Assert that `node` is a valid [MDAST][] node. If `node` has `children`,
34+
Assert that `node` is a valid [mdast][] node. If `node` has `children`,
3535
all children will be asserted as well.
3636

3737
The `assert.parent`, `assert.text`, `assert.void`, and `assert.wrap`

0 commit comments

Comments
 (0)