react-grab 0.0.82 → 0.0.84

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
@@ -228,11 +228,11 @@ export default function RootLayout({ children }) {
228
228
  }
229
229
  ```
230
230
 
231
- ### Opencode
231
+ ### OpenCode
232
232
 
233
233
  #### Server Setup
234
234
 
235
- The server runs on port `6567` and interfaces with the Opencode CLI. Add to your `package.json`:
235
+ The server runs on port `6567` and interfaces with the OpenCode CLI. Add to your `package.json`:
236
236
 
237
237
  ```json
238
238
  {
@@ -242,7 +242,7 @@ The server runs on port `6567` and interfaces with the Opencode CLI. Add to your
242
242
  }
243
243
  ```
244
244
 
245
- > **Note:** You must have [Opencode](https://opencode.ai) installed (`npm i -g opencode-ai@latest`).
245
+ > **Note:** You must have [OpenCode](https://opencode.ai) installed (`npm i -g opencode-ai@latest`).
246
246
 
247
247
  #### Client Setup
248
248