Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fkoyer authored Dec 31, 2020
1 parent 6aca8f4 commit 39a046c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@ inlineCss(html, options)
.then(function(html) { console.log(html); });
```

## CLI
```console
$ inline-css -h
Usage: inline-css [FILE]

Description:
Inline css into an html file.

Options:
-h, --help Show this message.
-v, --version Print version information.

With no FILE, or when FILE is -, read standard input.
```

## API

### inlineCss(html, options)
Expand Down

0 comments on commit 39a046c

Please sign in to comment.