Fix typos in README

Change-Id: Ie4816e5766b1f9de27490132ee7212ab3bae35f2
This commit is contained in:
addshore 2016-11-24 14:53:31 +00:00
parent e9eabd00ef
commit 10b8f9d2b2

View file

@ -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