From 66f3031d489a9fef006e842608cfe102e02bc4bc Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Sat, 9 Apr 2022 22:37:07 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4cce71..aa29276 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,10 @@ Change to the base directory of your MediaWiki installation and execute these tw Add the following two lines to the end of your ["LocalSettings.php" file](https://www.mediawiki.org/wiki/Manual:LocalSettings.php): - enableSemantics( 'example.org' ); - require_once __DIR__ . '/extensions/SemanticBundle/SemanticBundle.php'; +```php +require_once __DIR__ . '/extensions/SemanticBundle/SemanticBundle.php'; +enableSemantics( 'example.org' ); +``` Update the `enableSemantics` line with your domain name. For more information see the