@rindle/optimistic 0.5.0 → 0.6.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 CHANGED
@@ -18,7 +18,7 @@ export const app = await createRindleClient({
18
18
  mutators, // one generator body per mutator, run on both tiers
19
19
  user: () => currentUser(), // the acting principal a mutator sees as ctx.user
20
20
  api: { url: "" }, // your API server (named queries + mutations)
21
- daemon: { wsUrl: "ws://127.0.0.1:7601" }, // the daemon's PUBLIC subscription port
21
+ daemon: { wsUrl: "ws://127.0.0.1:7601" }, // the rindled follower's PUBLIC subscription port
22
22
  });
23
23
 
24
24
  app.mutate.createIssue({ id, title: "ship it", createdAt: Date.now() }); // applies NOW, rebases on confirm