Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Sep 1, 2024
1 parent fe43b4a commit ffac57e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ export default {
}
```

### Configuration with the TanStack Router CLI
### Configuration with the CSS Var Extract CLI

You need to install the `css-var-extract-cli` package.

```shell
npm i -D css-var-extract-cli
```

Once installed, you'll need to amend your your scripts in your package.json for the CLI to watch and generate files.
Once installed, you'll need to amend your scripts in your package.json for the CLI to watch and generate files.

```json
{
Expand Down
4 changes: 2 additions & 2 deletions packages/css-var-extract-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ export default {
}
```

### Configuration with the TanStack Router CLI
### Configuration with the CSS Var Extract CLI

You need to install the `css-var-extract-cli` package.

```shell
npm i -D css-var-extract-cli
```

Once installed, you'll need to amend your your scripts in your package.json for the CLI to watch and generate files.
Once installed, you'll need to amend your scripts in your package.json for the CLI to watch and generate files.

```json
{
Expand Down
4 changes: 2 additions & 2 deletions packages/css-var-extract-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ export default {
}
```

### Configuration with the TanStack Router CLI
### Configuration with the CSS Var Extract CLI

You need to install the `css-var-extract-cli` package.

```shell
npm i -D css-var-extract-cli
```

Once installed, you'll need to amend your your scripts in your package.json for the CLI to watch and generate files.
Once installed, you'll need to amend your scripts in your package.json for the CLI to watch and generate files.

```json
{
Expand Down
4 changes: 2 additions & 2 deletions packages/css-var-extract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ export default {
}
```

### Configuration with the TanStack Router CLI
### Configuration with the CSS Var Extract CLI

You need to install the `css-var-extract-cli` package.

```shell
npm i -D css-var-extract-cli
```

Once installed, you'll need to amend your your scripts in your package.json for the CLI to watch and generate files.
Once installed, you'll need to amend your scripts in your package.json for the CLI to watch and generate files.

```json
{
Expand Down

0 comments on commit ffac57e

Please sign in to comment.