Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw authored Apr 9, 2022
1 parent 67ff338 commit 66f3031
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66f3031

Please sign in to comment.