Fix code example

This commit is contained in:
Marcos Moura 2016-10-24 01:13:27 -02:00
parent c3b3da5fe4
commit 964e29d9c2

View file

@ -12,8 +12,8 @@ Vue Material is lightweight framework built exactly according to the <a href="ht
Import Roboto and Google Icons from Google CDN:
``` html
&lt;link rel=&quot;stylesheet&quot; href=&quot;//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;//fonts.googleapis.com/icon?family=Material+Icons&quot;&gt;
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
```
Install Vue Material through npm or yarn