README: Fix formatting mistake.

This commit is contained in:
Marc
2018-05-07 19:27:28 +01:00
committed by GitHub
parent 44c86af56e
commit df16e3399b

View File

@@ -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.