Skip to content

Commit

Permalink
Fix README.md in showing the cli help
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Mar 12, 2022
1 parent b21e399 commit 317ce92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Following an example:
Alternatively you can use `npx` to use it on the fly:

```sh
npx @figma-export/cli help
npx @figma-export/cli --help
```

### Global Setup
Expand All @@ -157,7 +157,7 @@ yarn add @figma-export/cli --global
```

```sh
figma-export help
figma-export --help
```

### Advanced
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npx figma-export COMMAND
### `help`

```sh
npx figma-export help
npx figma-export --help
```


Expand All @@ -47,7 +47,7 @@ Exports components from a Figma file
npx figma-export components FILEID

# help
npx figma-export help components
npx figma-export components --help
```

#### transformers
Expand Down Expand Up @@ -127,7 +127,7 @@ Exports styles from a Figma file
npx figma-export styles FILEID

# help
npx figma-export help styles
npx figma-export styles --help
```


Expand Down

0 comments on commit 317ce92

Please sign in to comment.