@markgrafhq/markgraf-embed 0.1.14 → 0.1.16

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
@@ -16,7 +16,7 @@ active.
16
16
 
17
17
  <div data-markgraf>
18
18
  seed 1
19
- frame v1 {
19
+ keyframe v1 {
20
20
  +node client "Client"
21
21
  +node api "API"
22
22
  +edge client api
@@ -52,7 +52,7 @@ Set inline CSS on the embed element:
52
52
  The script also exposes `window.markgraf`:
53
53
 
54
54
  ```js
55
- markgraf.mount(element, "seed 1\nframe v1 { +node a \"A\" }");
55
+ markgraf.mount(element, "seed 1\nkeyframe v1 { +node a \"A\" }");
56
56
  markgraf.mountAll(); // scan the whole document
57
57
  markgraf.mountAll(myContainer); // scan a subtree
58
58
  ```