浏览代码

Update README.md

Thomas Leister 9 年之前
父节点
当前提交
ef7b0c8814
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -221,7 +221,7 @@ Please check if your config.inc.php fits the current requirements by comparing y
 By default WebMUM uses SHA512-CRYPT password scheme. It cloud be change in the config file to SHA256-CRYPT or BLOWFISH-CRYPT.
 
 	 /*
-	 * Select on of the following schemas (only these are supported)
+	 * Select one of the following algorithms
 	 * SHA-512, SHA-256, BLOWFISH
 	 */
 	define("PASS_HASH_SCHEMA", "SHA-512");