281a6334 by Vo Van Khoa

Update readme.md

1 parent 5d8760cf
......@@ -3,12 +3,12 @@
Use modman [Linux](https://github.com/colinmollenhour/modman) | [Windows](https://github.com/khoazero123/modman-php) :
cd magento_root/
modman clone http://fgit.fgct.net/vankhoa/M2OverrideCreateInvoice.git
modman clone https://github.com/khoazero123/M2OverrideCreateInvoice.git
modman deploy M2OverrideCreateInvoice
Use git:
git clone http://fgit.fgct.net/vankhoa/M2OverrideCreateInvoice.git
git clone https://github.com/khoazero123/M2OverrideCreateInvoice.git
cp M2OverrideCreateInvoice/* magento_root/
......