You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ NoFrixion.com online payments for your Magento 2 store.
8
8
- Using composer (recommended). Run `composer require nofrixion/magento2-payments-module`
9
9
- Using a ZIP file (not recommended). Unzip the ZIP file in `app/code/Nofrixion/Payments`
10
10
- Enable the module by running `php bin/magento module:enable Nofrixion_Payments`
11
-
- Apply database updates by running `php bin/magento setup:upgrade` (for production, also add the parameter `--keep-generated` or you will need to run `setup:di:compile` again.)
11
+
- Apply database updates by running `php bin/magento setup:upgrade` (for production, also add the parameter `--keep-generated` or you will need to run `php bin/magento setup:di:compile` again.)
12
12
- Flush the cache by running `php bin/magento cache:flush`
0 commit comments