Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 19, 2023
1 parent 31a45ab commit bff4af0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Expand Up @@ -7,8 +7,8 @@ You probably want [`imagemin-optipng`](https://github.com/imagemin/imagemin-opti

## Install

```
$ npm install --save optipng-bin
```sh
npm install --save optipng-bin
```


Expand All @@ -26,10 +26,10 @@ execFile(optipng, ['-out', 'output.png', 'input.png'], error => {

## CLI

```
$ npm install --global optipng-bin
```sh
npm install --global optipng-bin
```

```
$ optipng --help
```sh
optipng --help
```

0 comments on commit bff4af0

Please sign in to comment.