Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Jul 5, 2024
1 parent 5fead60 commit 2832d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ To begin, install Enhance Styles from NPM:
npm i @enhance/styles
```

With the package installed, you can now interact with its CLI via the use of [`npx`](https://docs.npmjs.com/cli/v10/commands/npx). For example, to generate a CSS file at the path `./public/enhance-styles.css` using the default configuration:
With the package installed, you can now interact with its CLI via the use of [`npx`](https://docs.npmjs.com/cli/v10/commands/npx). For example, to generate your styles at the path `./public/enhance-styles.css` using the default configuration:

```shell
npx enhance-styles --output=./public/enhance-styles.css
Expand Down

0 comments on commit 2832d5b

Please sign in to comment.