From 0ea3e23e3893186096b508dd39441f2a0f64e2d0 Mon Sep 17 00:00:00 2001 From: Fred Condo Date: Fri, 20 Jan 2012 09:24:11 -0800 Subject: [PATCH] DOC: Typo fix: mode -> module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e34db3..b79de12 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Almost, but not really. Environment checks differ from unit tests in two importa ## Adding more checks -To add more checks, you should put additional `EnvironmentCheckSuite::register` calls into your `_config.php`. See the `_config.php` file of this mode for examples. +To add more checks, you should put additional `EnvironmentCheckSuite::register` calls into your `_config.php`. See the `_config.php` file of this module for examples. :::php EnvironmentCheckSuite::register('check', 'HasFunctionCheck("curl_init")', "Does PHP have CURL support?");