Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility 2 4 6 #52

Merged
merged 11 commits into from
Sep 21, 2023
25 changes: 0 additions & 25 deletions .codeclimate.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ It allows to add map on the website.

### How to use

1. Install the module via Composer :
1. Install the module via Composer:

``` composer require smile/module-map ```

2. Enable it
2. Enable it:

``` bin/magento module:enable Smile_Map ```

3. Install the module and rebuild the DI cache
3. Install the module and rebuild the DI cache:

``` bin/magento setup:upgrade ```

Expand Down