Skip to content

Commit 5747bba

Browse files
authored
Update README.md
1 parent 69a16fe commit 5747bba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ Remove `blaze-html-templates` (or remove the html compiler you are using).
3434
3535
Install synthesis
3636

37-
`meteor add mwc:synthesis`
37+
```sh
38+
meteor add mwc:synthesis #compiles html files
39+
meteor add mwc:synthesis-file #compiles asset files for <img src="image.png"> to work.
40+
```
3841

3942
synthesis is a meteor 1.3+ package. for 1.2 support use [mwc:compiler](https://github.com/meteorwebcomponents/compiler)
4043

0 commit comments

Comments
 (0)