Skip to content

Commit

Permalink
improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezystem committed Dec 8, 2023
1 parent 26a9e8b commit 7f538b9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@
First you'll have to install `mjml-bar-chart` in your project.

```sh
npm install --save-dev mjml @freezystem/mjml-bar-chart
npm install --save-dev mjml mjml-core @freezystem/mjml-bar-chart
```

Then add the package to your `.mjmlconfig` file:

```json
{
"packages": ["@freezystem/mjml-bar-chart/build/index.js"]
}
```

Or import it and manually register the plugin.
Then import it and manually register the plugin.

with **ESM**:

Expand Down

0 comments on commit 7f538b9

Please sign in to comment.