From 2832d5b7ecc96e974476e3ef47ae3dbcdc1fd09b Mon Sep 17 00:00:00 2001 From: Cole Peters Date: Fri, 5 Jul 2024 13:24:30 -0500 Subject: [PATCH] Edit --- v7/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v7/README.md b/v7/README.md index 129b4b3..fd315f4 100644 --- a/v7/README.md +++ b/v7/README.md @@ -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