README: Fix formatting mistake.
parent
44c86af56e
commit
df16e3399b
|
@ -89,7 +89,7 @@ private function hello()
|
||||||
{
|
{
|
||||||
$this->response = array('text' => "Hello World");
|
$this->response = array('text' => "Hello World");
|
||||||
}
|
}
|
||||||
```.
|
```
|
||||||
|
|
||||||
**Note:** You should never use the closing `?>` PHP tag in your `module.php` file.
|
**Note:** You should never use the closing `?>` PHP tag in your `module.php` file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue