diff --git a/README.md b/README.md index 09b4445..2770c83 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ private function hello() { $this->response = array('text' => "Hello World"); } -```. +``` **Note:** You should never use the closing `?>` PHP tag in your `module.php` file.