Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed Apr 13, 2020
1 parent bb385cf commit dec54f7
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
@@ -1,4 +1,5 @@
# favicons-generate
[![npm version](https://badge.fury.io/js/favicons-generate.svg)](https://www.npmjs.com/package/favicons-generate) [![npm](https://img.shields.io/npm/dt/favicons-generate.svg)](https://www.npmjs.com/package/favicons-generate)

This library is a CLI for generating favicons using [favicons](https://github.com/itgalaxy/favicons)

Expand All @@ -21,7 +22,6 @@ Options:
-o, --output <output> Output favicons path. example: --output ./favicon
-t, --template <template> Output template path. example: --template ./template
-h, --help display help for command

```

## Option
Expand All @@ -33,7 +33,7 @@ You can change the settings by placing the following files (`package.json`, `.fa
module.exports = {
input: './example.svg', // Required. override cli options.
output: './favicons', // Required. override cli options.
template: './template', // Default is the same as output
template: './template/meta.html', // Default is the same as output, default name is meta.html.
config: {
// The options are the same as https://github.com/itgalaxy/favicons#usage
},
Expand Down

0 comments on commit dec54f7

Please sign in to comment.