diff --git a/README.md b/README.md index 62e599a..cc676e3 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ You can use the if helper to conditionally render a block. If its argument retur ```html {{#if isActive}} This part will be shown if it is active -{{#else if isValid}} +{{else if isValid}} This part will be shown if it is valid {{else}} This part will be shown if isActive and isValid are both "falsy" values @@ -454,7 +454,7 @@ $model = [ ```html {{#if isActive}} This part will be shown if it is active -{{#else if isValid}} +{{else if isValid}} This part will be shown if it is valid {{else}} This part will be shown if isActive and isValid are both "falsy" values @@ -773,4 +773,4 @@ true, true, 0, #### Contribution -Contributions are more than welcome! \ No newline at end of file +Contributions are more than welcome!