fixed the command to install maven on fedora

Change-Id: I7bcca1bdef0dd1490adb8664f3b4f4555c98aebd
This commit is contained in:
Dhriti Shikhar 2015-01-04 01:22:25 +05:30
parent 0702e95526
commit 0532d84c51
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ To install Maven 3 for Ubuntu 12.04 and later,and Debian wheezy and later::
apt-get install maven
On Fedora 15 and later::
On Fedora 20 and later::
yum install maven3
yum install maven
Contributing
============