Skip to content

Commit

Permalink
doc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
buggyzap committed Sep 22, 2022
1 parent 475db66 commit 102c671
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@

Are you searching for a method that let you override php modules behaviours of Prestashop?

---

## Module Download

➡️ [Last release download](https://replaceme)

---

## What this module do

This module let you override every module .php files you want in your shop.
Expand All @@ -20,8 +16,6 @@ Thats way I decided to create a module that let you to override .php files too!

Sometimes you want to replace specific module behaviours and you don't want to touch original code, this module let you do exactly that!

---

## How it works

1. Download and install last module release
Expand All @@ -44,8 +38,19 @@ The module automatically detect if is your first override and create *.original*

Note that you will see only overrides of modules you have installed of the specific version you want to override.

---

## Report a bug

Please open an issue if you found a bug.

## Want to contribute?

Run these commands to install dependecies and to make css changes

```
# install dependencies
npm install
# start tailwind daemon css generator
npx tailwindcss -i ./views/css/input.css -o ./views/css/back.css --watch --minify
```

This module is built with Tailwind CSS 3.x Framework

0 comments on commit 102c671

Please sign in to comment.