From 11d14a8c6cc56f787e974665906de197bad76594 Mon Sep 17 00:00:00 2001 From: Pekka Laiho Date: Sat, 24 Oct 2020 12:29:05 +0700 Subject: [PATCH] escape underscores in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ac75bd..fc4800c 100644 --- a/README.md +++ b/README.md @@ -367,8 +367,8 @@ DIRSEP | DIRECTORY_SEPARATOR HOME | $_SERVER['HOME'] EOL | PHP_EOL PI | M_PI -__DIR__ | Directory of a file being evaluated using the special form `load`. Otherwise null. -__FILE__ | Filename of a file being evaluated using the special form `load`. Otherwise null. +\_\_DIR\_\_ | Directory of a file being evaluated using the special form `load`. Otherwise null. +\_\_FILE\_\_ | Filename of a file being evaluated using the special form `load`. Otherwise null. ## Extending