Skip to content

Commit cafd848

Browse files
authored
fix: Update README.md
1 parent cd3af80 commit cafd848

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fantasticon my-icons -o icon-dist
4141

4242
**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).
4343

44-
```
44+
```text
4545
Usage: fantasticon [options] [input-dir]
4646
4747
Options:
@@ -72,7 +72,7 @@ To have more control and better readability, you can create a simple configurati
7272

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

75-
```
75+
```text
7676
.fantasticonrc | fantasticonrc | .fantasticonrc.json | fantasticonrc.json | .fantasticonrc.js | fantasticonrc.js
7777
```
7878

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

182182
Considering the following `./icons` input directory:
183183

184-
```
184+
```text
185185
icons
186186
├── logo.svg
187187
├── social
@@ -211,4 +211,4 @@ PRs are always welcome. If you need help questions, want to bounce ideas or just
211211

212212
### License
213213

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

0 commit comments

Comments
 (0)