Skip to content

Commit

Permalink
Use 'root dir' instead of root to avoid misunderstanding
Browse files Browse the repository at this point in the history
Fix #19
  • Loading branch information
satoryu committed Aug 8, 2018
1 parent 5284c7e commit 348c391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get composer

curl -s http://getcomposer.org/installer | php

Create *composer.json* file in the project root:
Create *composer.json* file in the project's root directory:


{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ composer を入手します

curl -s http://getcomposer.org/installer | php

あなたの開発プロジェクトのルートに composer.json を作成します。
あなたの開発プロジェクトのルートディレクトリに composer.json を作成します。

{
"require": {
Expand Down

0 comments on commit 348c391

Please sign in to comment.