@stacksjs/commerce 0.70.23 → 0.70.25

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
@@ -1,4 +1,4 @@
1
- # Stacks Ecommerce
1
+ # Stacks Commerce
2
2
 
3
3
  wip
4
4
 
@@ -21,7 +21,7 @@ bun install -d @stacksjs/commerce
21
21
  Now, you can use it in your project:
22
22
 
23
23
  ```js
24
- import * as ecommerce from '@stacksjs/commerce'
24
+ import * as commerce from '@stacksjs/commerce'
25
25
 
26
26
  // wip
27
27
  ```