Skip to content

Commit

Permalink
Update documentation for ssm export
Browse files Browse the repository at this point in the history
  • Loading branch information
obeezzy committed May 3, 2024
1 parent 9ae16f0 commit 39278a4
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 @@ -128,14 +128,14 @@ Export sprites with IDs `search` and `menu` from spritesheet as `exported_files/

```bash
$ ssm export -f icons.svg --dir exported_files search menu
$ cat exported_files/menu.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<!-- "menu" SVG elements -->
</svg>
$ cat exported_files/search.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<!-- "search" SVG elements -->
</svg>
$ cat exported_files/menu.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<!-- "menu" SVG elements -->
</svg>
```

## License
Expand Down

0 comments on commit 39278a4

Please sign in to comment.