Commit 06ade3ce authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Update README.md

parent f04361d9
......@@ -13,8 +13,8 @@ System Requirements
Build Status
------------
* Latest Release: [![Master Branch](https://travis-ci.org/IvanChepurnyi/EcomDev_PHPUnit.png?branch=master)](https://travis-ci.org/IvanChepurnyi/EcomDev_PHPUnit)
* Development Branch: [![Development Branch](https://travis-ci.org/IvanChepurnyi/EcomDev_PHPUnit.png?branch=dev)](https://travis-ci.org/IvanChepurnyi/EcomDev_PHPUnit)
* Latest Release: [![Master Branch](https://travis-ci.org/EcomDev/EcomDev_PHPUnit.png?branch=master)](https://travis-ci.org/EcomDev/EcomDev_PHPUnit)
* Development Branch: [![Development Branch](https://travis-ci.org/EcomDev/EcomDev_PHPUnit.png?branch=dev)](https://travis-ci.org/EcomDev/EcomDev_PHPUnit)
Documentation
......@@ -32,13 +32,13 @@ Installation
* Use [Module Manager](https://github.com/colinmollenhour/modman)
```bash
modman clone git://github.com/IvanChepurnyi/EcomDev_PHPUnit.git
modman clone git://github.com/EcomDev/EcomDev_PHPUnit.git
```
* Add extension as dependency in your composer.json to install it from [Magento Composer Repository](http://packages.firegento.com/)
```json
{
"require": {
"ivanchepurnyi/ecomdev_phpunit": "*"
"ecomdev/ecomdev_phpunit": "*"
}
}
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment