react-grab 0.0.75 → 0.0.77

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
@@ -19,7 +19,7 @@ https://github.com/user-attachments/assets/fdb34329-b471-4b39-b433-0b1a27a94bd8
19
19
  Run this command to install React Grab into your project. Ensure you are running at project root (e.g. where the `next.config.ts` or `vite.config.ts` file is located).
20
20
 
21
21
  ```html
22
- npx @react-grab/cli@latest init
22
+ npx react-grab@latest init
23
23
  ```
24
24
 
25
25
  ## Manual Installation
@@ -330,3 +330,5 @@ We expect all contributors to abide by the terms of our [Code of Conduct](https:
330
330
  ### License
331
331
 
332
332
  React Grab is MIT-licensed open-source software.
333
+
334
+ _Thank you to [Andrew Luetgers](https://github.com/andrewluetgers) for donating the `grab` npm package name._