We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311e4b2 commit 6802b49Copy full SHA for 6802b49
1 file changed
README.md
@@ -22,15 +22,15 @@ To learn more about mobiledoc see [mobiledoc-kit](https://github.com/bustlelabs/
22
#### Render basic mobiledoc in your template
23
24
```hbs
25
-<RenderMmobiledoc @mobiledoc={{myMobileDoc}} />
+<RenderMobiledoc @mobiledoc={{myMobileDoc}} />
26
```
27
28
#### Render mobiledoc with cards, using ember components to render cards
29
30
31
{{! myMobiledoc is the mobiledoc you want to render }}
32
{{! myCardNames is an array of card names, e.g. ['embed-card', 'slideshow-card'] }}
33
-<RenderMmobiledoc @mobiledoc={{myMobileDoc}} @cardNames={{myCardNames}} />
+<RenderMobiledoc @mobiledoc={{myMobileDoc}} @cardNames={{myCardNames}} />
34
35
36
The ember components with names matching the mobiledoc card names will be rendered
0 commit comments