Skip to content

Commit 541d4cb

Browse files
committed
Amend command
1 parent 5520b3f commit 541d4cb

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.ja.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,11 +359,9 @@ Bash スクリプトを実行することによって、コマンドラインか
359359
化することができます :
360360

361361
```console
362-
./services <command>
362+
./services start
363363
```
364364

365-
ここで、`<command>` は、私たちがアクティベートしたいエクササイズに応じてかわりま
366-
す。
367365

368366
> :information_source: **注:** クリーンアップをやり直したい場合は、次のコマンド
369367
> を使用して再起動することができます :

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,9 @@ Thereafter, all services can be initialized from the command-line by running the
282282
repository:
283283

284284
```console
285-
./services <command>
285+
./services start
286286
```
287287

288-
Where `<command>` will vary depending upon the exercise we wish to activate.
289-
290288
> :information_source: **Note:** If you want to clean up and start over again you can do so with the following command:
291289
>
292290
> ```console

0 commit comments

Comments
 (0)