Skip to content

Commit 1fe7d2b

Browse files
Fix install command name
1 parent 27ab49c commit 1fe7d2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/src/md/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $<toc{"containerId":"header-toc"}>
33
## Installation
44

55
```bash
6-
npm i -D posthtml-components
6+
npm i -D posthtml-component
77
```
88

99
## Introduction

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## Installation
1212

1313
```bash
14-
npm i -D posthtml-components
14+
npm i -D posthtml-component
1515
```
1616

1717
## Introduction

0 commit comments

Comments
 (0)