From 348c39134087b9d4d7c2b55d8dab4daddb3cb9b1 Mon Sep 17 00:00:00 2001 From: Tatsuya Sato Date: Wed, 8 Aug 2018 23:06:33 +0900 Subject: [PATCH] Use 'root dir' instead of root to avoid misunderstanding Fix #19 --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index c64fef3..149920f 100644 --- a/README.en.md +++ b/README.en.md @@ -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: { diff --git a/README.md b/README.md index 011e2af..60e50a2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ composer を入手します curl -s http://getcomposer.org/installer | php -あなたの開発プロジェクトのルートに composer.json を作成します。 +あなたの開発プロジェクトのルートディレクトリに composer.json を作成します。 { "require": {