Skip to content

Commit

Permalink
fix(tools): fix the names of scripts on README
Browse files Browse the repository at this point in the history
Signed-off-by: Takuma TAKEUCHI <takeuchi.takuma@fujitsu.com>
  • Loading branch information
takeutak committed Nov 11, 2021
1 parent b270d28 commit 93360e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/docker/fabric14-fabcar-testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## How to build
- Execute the following command, then the docker containers will be launched.
```
./script-start-ledger.sh
./script-start-docker.sh
```
- If the following containers appear when you display the container list with the command `docker ps`, it will be fine.
```
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/geth-testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## How to build
- Execute the following command, then the docker containers will be launched.
```
./script-start-ledger.sh
./script-start-docker.sh
```
- If the following containers appear when you display the container list with the command `docker ps`, it will be fine.
```
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/sawtooth-testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## How to build
- Execute the following command, then the docker containers will be launched.
```
./script-start-ledger.sh
./script-start-docker.sh
```
- If the following containers appear when you display the container list with the command `docker ps`, it will be fine.
```
Expand Down

0 comments on commit 93360e1

Please sign in to comment.