From 88e6b48dd07bba9d271a7f11f56d660d18b15d1f Mon Sep 17 00:00:00 2001 From: Fomafix Date: Sat, 17 Sep 2022 10:08:13 +0000 Subject: [PATCH] Avoid confusion about single quotes in README Change-Id: I6198dbfff86528e976c9a86b5c828fca908d2a4d --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index e239232c..b8abc658 100644 --- a/README +++ b/README @@ -10,8 +10,8 @@ Licensed under GNU GPL 2.0 or any later version. See COPYING for more license in 2. How to install a. Download this tarbell and extract the contents to $IP/extensions/ParserFunctions/ where $IP is your root wiki install - b. Add 'wfLoadExtension( 'ParserFunctions' );' to the end of your LocalSettings - (without the single quotes) + b. Add "wfLoadExtension( 'ParserFunctions' );" to the end of your LocalSettings + (without the double quotes) c. Enjoy 3. Tests