Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 5, 2024
1 parent 5fb9036 commit 62d146f
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
Expand Up @@ -32,7 +32,7 @@ The output is a preview of how the icons look in either dark or light background
Optionally, an additional bigger icon (in size of 32x32px) will be shown in front of the preview. This is useful to see the icon in more detail. This can be done by adding the `--bigIcon` option like this:

```bash
bunx --bun svg-icon-review --bigIcon file1.svg file2.svg
bunx svg-icon-review --bigIcon file1.svg file2.svg
```

The preview will look like this:
Expand All @@ -42,7 +42,7 @@ The preview will look like this:
If further help is needed, the `--help` option can be used:

```bash
bunx --bun svg-icon-review --help
bunx svg-icon-review --help
```

> Instead of "bunx" you can use "npx" if you prefer Node.js.
Expand Down

0 comments on commit 62d146f

Please sign in to comment.