Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vHeemstra committed Jul 10, 2024
1 parent 0a1b396 commit c41fb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gulp-fill-pot-po<br/>
>
> _For more information, details and all options, see [documentation of **fill-pot-po**][fpp-url]._
>
> **_This package now supports both ESM and CommonJS_** 🎉
> **_This package now only supports ESM. For CommonJS use version 3._** 🎉
## Install

Expand All @@ -49,7 +49,7 @@ const defaultTask = () => {
export default defaultTask;
```

### Basic (CommonJS)
### Basic (CommonJS - only with versions <= 3)

```js
const { src, dest } = require('gulp');
Expand Down

0 comments on commit c41fb00

Please sign in to comment.