Skip to content

Commit

Permalink
docs(markdown-it-unlazy-img): correct installation command (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alaye-Dong authored Dec 13, 2024
1 parent 1dfba36 commit 588a443
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/pages/zh-CN/integrations/markdown-it-unlazy-img/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ import packageJSON from '~/packages/markdown-it-unlazy-img/package.json'

## 安装

通过运行以下命令将 `@nolebase/markdown-it-bi-unlazy-img` 安装到您的项目依赖项中:
通过运行以下命令将 `@nolebase/markdown-it-unlazy-img` 安装到您的项目依赖项中:

::: code-group

```shell [@antfu/ni]
ni @nolebase/markdown-it-bi-unlazy-img -D
ni @nolebase/markdown-it-unlazy-img -D
```

```shell [pnpm]
pnpm add @nolebase/markdown-it-bi-unlazy-img -D
pnpm add @nolebase/markdown-it-unlazy-img -D
```

```shell [npm]
npm install @nolebase/markdown-it-bi-unlazy-img -D
npm install @nolebase/markdown-it-unlazy-img -D
```

```shell [yarn]
yarn add @nolebase/markdown-it-bi-unlazy-img -D
yarn add @nolebase/markdown-it-unlazy-img -D
```

:::
Expand Down

0 comments on commit 588a443

Please sign in to comment.