Skip to content

Commit

Permalink
docs: update installation guid (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ren-yamanashi authored Nov 25, 2024
1 parent 7ec284e commit e376ad7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ESLint plugin for [AWS CDK](https://github.com/aws/aws-cdk).

```bash
# npm
npm install -D eslint-cdk-plugin
npm install --save-dev eslint-cdk-plugin

# yarn
yarn add -D eslint-cdk-plugin
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Just run this:
::: code-group

```sh [npm]
npm install -D eslint-cdk-plugin
npm install --save-dev eslint-cdk-plugin
```

```sh [yarn]
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ titleTemplate: ":title"
::: code-group

```sh [npm]
npm install -D eslint-cdk-plugin
npm install --save-dev eslint-cdk-plugin
```

```sh [yarn]
Expand Down

0 comments on commit e376ad7

Please sign in to comment.