tutuca 0.9.115 → 0.10.0

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
@@ -75,8 +75,8 @@ Each concept has a tutorial section with editable live examples:
75
75
  - **[Rendering components](https://marianoguerra.github.io/tutuca/tutorial.html#rendering-components)** —
76
76
  compose with `<x render>`, multiple views per component, scoped styles
77
77
  - **[Component communication](https://marianoguerra.github.io/tutuca/tutorial.html#component-communication)** —
78
- bubble events up the tree, send messages to a target, run async work with
79
- request/response
78
+ send messages to a target, or raise an intent and let a route find whoever
79
+ answers it
80
80
  - **[Macros](https://marianoguerra.github.io/tutuca/tutorial.html#macros)** —
81
81
  reusable markup fragments with parameters and slots
82
82
  - **[Escape hatches](https://marianoguerra.github.io/tutuca/tutorial.html#escape-hatches)** —