Skip to content

Commit 13110ab

Browse files
authored
Merge pull request rowanwins#77 from rowanwins/vrajroham-patch-1
🎉 Changed syntax highlight
2 parents b81db30 + db13d23 commit 13110ab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ A Vue component for file uploads, powered by [Dropzone.js](http://www.dropzonejs
88
npm install vue2-dropzone@^2.0.0
99
````
1010
You'll also need to load either the [Material Icon](https://material.io/icons/) or [FontAwesome](http://fontawesome.io/) icon kits depending on which style of icon you'd like.
11-
````
12-
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
13-
rel="stylesheet">
11+
````html
12+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1413
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
1514
````
1615

@@ -20,7 +19,7 @@ You'll also need to load either the [Material Icon](https://material.io/icons/)
2019
3. Use it within your template
2120

2221
### Example
23-
````
22+
````vue
2423
<template>
2524
<div id="app">
2625
<p>Welcome to your Vue.js app!</p>

0 commit comments

Comments
 (0)