Skip to content

Commit

Permalink
fix: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Dec 17, 2023
1 parent cd3af80 commit cafd848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fantasticon my-icons -o icon-dist

**Note:** Not all options can be specified through the command line - for `formatOptions`, `pathOptions`, `getIconId` and `templates` use a [configuration file](#configuration-file) or the JavaScript [API](#api).

```
```text
Usage: fantasticon [options] [input-dir]
Options:
Expand Down Expand Up @@ -72,7 +72,7 @@ To have more control and better readability, you can create a simple configurati

By default, `fantasticon` will look for one of following files in the working directory:

```
```text
.fantasticonrc | fantasticonrc | .fantasticonrc.json | fantasticonrc.json | .fantasticonrc.js | fantasticonrc.js
```

Expand Down Expand Up @@ -181,7 +181,7 @@ This allows arranging your icons in namespaces, which can be useful if a project

Considering the following `./icons` input directory:

```
```text
icons
├── logo.svg
├── social
Expand Down Expand Up @@ -211,4 +211,4 @@ PRs are always welcome. If you need help questions, want to bounce ideas or just

### License

Copyright (c) 2020 Tancredi Trugenberger. - Released under the [MIT license](https://github.com/tancredi/fantasticon/blob/master/LICENSE)
Copyright (c) 2020 Tancredi Trugenberger. - Released under the [MIT license](LICENSE)

0 comments on commit cafd848

Please sign in to comment.