Update README.md

This commit is contained in:
Alex Gusev 2018-06-15 12:06:11 +03:00 committed by GitHub
parent 93583e1a0d
commit a3b90582ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,11 @@
Magento 2: Currency converter to get rates from https://free.currencyconverterapi.com/
[Based on "krybbio" code](https://magento.stackexchange.com/a/228671/33058).
[Based on "krybbio" code](https://magento.stackexchange.com/a/228671/33058).
```
$ composer require flancer32/mage2_ext_free_rates
$ ./bin/magento setup:upgrade
$ ./bin/magento deploy:mode:set developer
$ ./bin/magento deploy:mode:set production
```