Skip to content

Commit 5ad08fb

Browse files
author
phernandez
committed
chore: more doc updates for cli and utils functions
1 parent d481aef commit 5ad08fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/content/docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The components in this project can be copied (vendored) directly into your proje
1313
in the `basic-components` package via `uv`. You can then customize them as needed. This is the recommendedd way to
1414
install components because it will also include any dependencies (other referenced components) required.
1515

16-
To vendor a component into your project using the `components` tool:
16+
To vendor a component into your project using the `components` tool, run
1717

1818
```bash
1919
uvx --from basic-components add <component_name>

docs/content/docs/utilities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ description: Helper functions for setting up components and merging Tailwind cla
55

66
<Prose>
77

8-
To use the utility function below, install the `basic-components` package into your project. You can also get the code
8+
To use the utility functions below, install the `basic-components` package into your project. You can also get the code
99
from GitHub.
1010

1111
```bash
12-
uv add basic-machines
12+
uv add "basic-machines[utils]"
1313
```
1414

1515
## JinjaX
@@ -18,7 +18,7 @@ uv add basic-machines
1818

1919
Components are organized into subdirectories by type (e.g., `accordion`, `button`, `dialog`).
2020
This organization helps with maintenance but doesn't affect how you use the components in your templates. This allows
21-
you to use components with their original names, without needing to reference the subdirectories:
21+
you to use components with their original names, without needing to reference the subdirectories.
2222

2323
```html
2424
<!-- Components can be used directly, no need for subdirectory prefixes -->

0 commit comments

Comments
 (0)