Skip to content

Commit e91d6e2

Browse files
authored
Update README.md
1 parent f58a3b3 commit e91d6e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,9 @@ import "@polymer/paper-button/paper-button.html";
220220
221221
### Assets
222222

223-
```html
224223
works inside html.
224+
225+
```html
225226
<!-- imports/ui/path/to/element.html -->
226227
<img src="sample-image.png"> <!--Works!!-->
227228
<iron-image src="sample-image.png"><iron-image> <!--Works!!-->
@@ -323,4 +324,3 @@ But there are some compatibility issues https://forums.meteor.com/t/polymer-mete
323324
Q: I love blaze's template level subscriptions and spacebars. I dont want to lose these features when I port my app to polymer. Any help?
324325

325326
Ans : In my experience I find nothing that polymer cannot do which blaze can. Polymer is very easy to learn and while porting your app you'll find yourself copy pasting most of your code. For every blaze function they have solutions in polymer. We have got you covered when it comes to meteor data and subscriptions (including template level subs) Refer [mixin](https://github.com/meteorwebcomponents/mixin) .
326-

0 commit comments

Comments
 (0)