README: Fix formatting mistake.

pull/26/head
Marc 2018-05-07 19:27:28 +01:00 committed by GitHub
parent 44c86af56e
commit df16e3399b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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