Skip to content

Commit

Permalink
Update README.md (#115)
Browse files Browse the repository at this point in the history
* Update README.md

It's good idea to tell people that the project also support Deno

* Apply suggestions from code review

---------

Co-authored-by: coderaiser <mnemonic.enemy@gmail.com>
  • Loading branch information
ngdangtu-vn and coderaiser committed Oct 13, 2023
1 parent 15c8363 commit 1c5eee3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,18 @@ To get things done **Minify** uses this amazing tools:

## Install

```
For Node users

```sh
npm i minify -g
```

For Deno users

```js
import {minify} from 'npm:minify';
```

## How to use?

### CLI
Expand Down

0 comments on commit 1c5eee3

Please sign in to comment.