mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
Fix typos in README
Change-Id: Ie4816e5766b1f9de27490132ee7212ab3bae35f2
This commit is contained in:
parent
e9eabd00ef
commit
10b8f9d2b2
|
@ -3,12 +3,12 @@
|
||||||
This MediaWiki extension shows a slider allowing selecting and comparing of revisions on a diff page
|
This MediaWiki extension shows a slider allowing selecting and comparing of revisions on a diff page
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Check out this extension into the `extensions` folder of your MediaWiki installation and add the following line to your `LocalSettings.php`:
|
Check out this extension into the `extensions` folder of your MediaWiki installation and add the following line to your `LocalSettings.php`:
|
||||||
|
|
||||||
wfLoadExtension( 'RevisionSlider' );
|
wfLoadExtension( 'RevisionSlider' );
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
Before executing tests run tho following in the root directory of the extension once:
|
Before executing tests run the following in the root directory of the extension once:
|
||||||
|
|
||||||
composer install
|
composer install
|
||||||
npm install
|
npm install
|
||||||
|
|
Loading…
Reference in a new issue