From 0616f18fffbbbf0de561246afe66c12abf93738f Mon Sep 17 00:00:00 2001 From: zonomasa Date: Sat, 30 May 2015 06:14:50 -0700 Subject: [PATCH] Fix explanation of integration-test --- spec_integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec_integration/README.md b/spec_integration/README.md index ba3024e..fec44fe 100644 --- a/spec_integration/README.md +++ b/spec_integration/README.md @@ -45,7 +45,7 @@ CentOS-6.6にて動作確認を行いました。それよりも古い環境の # cp webapi.conf.example webapi.conf ``` -webapiに接続するDataBaseのIPアドレスを記述します +webapiに接続するWebサーバーのIPアドレスを記述します ``` # vi webapi.conf ```