Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix wrong CLI instructions
  • Loading branch information
tigt committed Mar 9, 2022
1 parent 41b5362 commit 00dc78c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -56,8 +56,8 @@ You can also [try it in your browser at RunKit](https://npm.runkit.com/mini-svg-
If you have it installed globally, or as some kind of dependency inside your project’s directory:

```sh
mini-svg-to-data-uri file.svg # writes to stdout
mini-svg-to-data-uri file.svg file.svg.uri # writes to the given output filename
mini-svg-data-uri file.svg # writes to stdout
mini-svg-data-uri file.svg file.svg.uri # writes to the given output filename
```

Use `--help` for more info.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mini-svg-data-uri",
"version": "1.4.3",
"version": "1.4.4",
"description": "Small, efficient encoding of SVG data URIs for CSS, HTML, etc.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 00dc78c

Please sign in to comment.