diff --git a/How-to-create-a-new-Cache.md b/How-to-create-a-new-Cache.md index c5223f7..8f5d349 100644 --- a/How-to-create-a-new-Cache.md +++ b/How-to-create-a-new-Cache.md @@ -13,7 +13,7 @@ Type | Filename File | FileCache.php MySQL | MySQLCache.php -The file must start with the PHP tags and end with an empty line. The closing tag ?> is omitted. +The file must start with the PHP tags and end with an empty line. The closing tag `?>` is [omitted](http://php.net/basic-syntax.instruction-separation). Example: