diff --git a/readme-ja.txt b/readme-ja.txt index 35b96a5..67dba2b 100644 --- a/readme-ja.txt +++ b/readme-ja.txt @@ -78,7 +78,7 @@ SQLiteとMySQLを交互に使いたい場合は、「MySQLの設定」セクシ `define('USE_MYSQL', false); // 編集が必要なのはここまでです !` -この定義は、WordPressがSQLiteを使うようにさせるものです。MySQLを使いたい場合は、'false'を'true'に変えるか、この行自体を削除してください。 +この定義は、WordPressがSQLiteを使うようにさせるものです。MySQLを使いたい場合は、'false'を'true'に変えてください。 = オプションの設定 = diff --git a/readme.txt b/readme.txt index c3774f6..ecdcdd2 100644 --- a/readme.txt +++ b/readme.txt @@ -78,7 +78,7 @@ If you want to use SQLite and MySQL interchangeably, you must edit the database `define('USE_MYSQL', false); /* That's all, stop editing! Happy blogging. */` -This definition makes WordPress use SQLite. If you want to change the database to MySQL, change 'false' to 'true' or just delete this line. +This definition makes WordPress use SQLite. If you want to change the database to MySQL, change 'false' to 'true'. = Optional settings =