verani 0.1.3 → 0.1.4
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,7 +86,7 @@ export const ChatRoom = createActorHandler(chatRoom);
|
|
|
86
86
|
The three-way relationship:
|
|
87
87
|
1. **Export** in `src/index.ts`: `export { ChatRoom }`
|
|
88
88
|
2. **Class name** in `wrangler.jsonc`: `"class_name": "ChatRoom"`
|
|
89
|
-
3. **Env binding**: Access via `env.
|
|
89
|
+
3. **Env binding**: Access via `env.ChatRoom` in your fetch handler
|
|
90
90
|
|
|
91
91
|
### Client Side
|
|
92
92
|
|