diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5172429 Binary files /dev/null and b/.DS_Store differ diff --git a/docs/README.md b/docs/README.md index d721b11..b4e11af 100644 --- a/docs/README.md +++ b/docs/README.md @@ -163,7 +163,7 @@ These pattern variations are accessible from other templates as partials: And for more complex cases, the **{{#extend}}** and **{{#embed}}** helpers can be used: ```hbs -{{#embed "patterns.components.button.base}} +{{#embed "patterns.components.button.base"}} ... {{/embed}} ```