cloudflare-openhands-sdk 0.3.0 → 0.3.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 +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,8 +26,6 @@ The fastest way to get started is using our example template:
|
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
28
|
npm create cloudflare@latest -- openhands-example --template=jagzmz/cloudflare-openhands-sdk/examples/openhands
|
|
29
|
-
# or
|
|
30
|
-
pnpm create cloudflare@latest -- openhands-example --template=jagzmz/cloudflare-openhands-sdk/examples/openhands
|
|
31
29
|
```
|
|
32
30
|
|
|
33
31
|
For detailed setup instructions, deployment guide, and usage examples, see the [example README](examples/openhands/README.md).
|
|
@@ -115,4 +113,4 @@ This project is licensed under the Apache License, Version 2.0. See the [LICENSE
|
|
|
115
113
|
|
|
116
114
|
## Acknowledgments
|
|
117
115
|
|
|
118
|
-
This project was inspired by the [Cloudflare Sandbox SDK opencode example](https://github.com/cloudflare/sandbox-sdk/blob/main/packages/sandbox/src/opencode/).
|
|
116
|
+
This project was inspired by the [Cloudflare Sandbox SDK opencode example](https://github.com/cloudflare/sandbox-sdk/blob/main/packages/sandbox/src/opencode/).
|