Skip to content

Commit

Permalink
chaos: fix for accesslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Aug 13, 2021
1 parent 9186ca6 commit 72574a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/getting-started/setup-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ You can use the yarn command to install packages and initialize projects with a
2 directories, 9 files
```
<img src={require('../../assets/MyInfra.rediagram.png').default} />
<img alt="MyInfra" src={require('../../assets/MyInfra.rediagram.png').default} />
:::note
The `rediagramc` command is provided in the [@rediagram/cli](https://www.npmjs.com/package/@rediagram/cli) package.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ yarn コマンドを使うことで、1 コマンドでパッケージのイン
2 directories, 9 files
```
<img src={require('../../../../../assets/MyInfra.rediagram.png').default} />
<img alt="MyInfra" src={require('../../../../../assets/MyInfra.rediagram.png').default} />
:::info
`rediagramc` コマンドは [@rediagram/cli](https://www.npmjs.com/package/@rediagram/cli) パッケージで提供されています。
Expand Down

0 comments on commit 72574a1

Please sign in to comment.