cleanwind 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -35,7 +35,7 @@ cleanwind fix --check
35
35
  cleanwind fix --cwd ./apps/web --verbose
36
36
  ```
37
37
 
38
- ## Packages
38
+ ## Package
39
39
 
40
- The CLI uses `@cleanwind/core` internally. Use `@cleanwind/core` directly when
41
- you want to build custom integrations.
40
+ The published CLI bundles the cleanwind core engine, so installing `cleanwind`
41
+ does not require a separate core package.