Skip to content

Commit

Permalink
Merge pull request #113 from sellskin/main
Browse files Browse the repository at this point in the history
chore: fix incorrect path in README.md
  • Loading branch information
lidangzzz committed Apr 13, 2024
2 parents 25a18b0 + a7ee2b4 commit 482bd1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ Since Hardhat and OpenZeppelin are used, the project can be built using the foll
friendly.

```shell
cd darc-protocal
cd darc-protocol
npm install
```

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ add_storage(['QmcpxHN3a5HYnPurtuDs3jDfDSg1LPDe2KVBUG4RifcSbC']);
`pnpm` 是一个较新的包管理器,相较于 npm 具有一些优势。它更快、更高效,并且节省磁盘空间。

```shell
cd darc-protocal
cd darc-protocol
npm install
```

Expand Down
2 changes: 1 addition & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Hardhat と OpenZeppelin を使用しているので、プロジェクトは以
`pnpm` は新しいパッケージマネージャーで、npm よりも優れている点がいくつかある。より速く、より効率的で、ディスクスペースに優しいです。

```shell
cd darc-protocal
cd darc-protocol
npm install
```

Expand Down
2 changes: 1 addition & 1 deletion darc-docs/docs/DARC Protocol/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Since Hardhat and OpenZeppelin are used, the project can be built using the foll
friendly.

```shell
cd darc-protocal
cd darc-protocol
npm install
```

Expand Down

0 comments on commit 482bd1a

Please sign in to comment.