Avoid confusion about single quotes in README

Change-Id: I6198dbfff86528e976c9a86b5c828fca908d2a4d
This commit is contained in:
Fomafix 2022-09-17 10:08:13 +00:00
parent a29459d71c
commit 88e6b48dd0

4
README
View file

@ -10,8 +10,8 @@ Licensed under GNU GPL 2.0 or any later version. See COPYING for more license in
2. How to install 2. How to install
a. Download this tarbell and extract the contents to $IP/extensions/ParserFunctions/ a. Download this tarbell and extract the contents to $IP/extensions/ParserFunctions/
where $IP is your root wiki install where $IP is your root wiki install
b. Add 'wfLoadExtension( 'ParserFunctions' );' to the end of your LocalSettings b. Add "wfLoadExtension( 'ParserFunctions' );" to the end of your LocalSettings
(without the single quotes) (without the double quotes)
c. Enjoy c. Enjoy
3. Tests 3. Tests