zeed 0.7.7 → 0.7.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -182,7 +182,7 @@ getGlobalEmitter().call.test("Hello World")
182
182
  Communicating to servers or other remote parts through messages as if they were methods on a local object in a typesafe way:
183
183
 
184
184
  ```ts
185
- let m = new Messages<MyMessages>({ cannel })
185
+ let m = useMessages<MyMessages>({ cannel })
186
186
  m.echo({ hello: "world" })
187
187
  ```
188
188
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeed",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "🌱 Simple foundation library",
5
5
  "keywords": [
6
6
  "foundation",