Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Fix code type for template
Browse files Browse the repository at this point in the history
Fixed the typo in the usage code for the keyword `template` from 'tempalte'
  • Loading branch information
palerdot committed Aug 24, 2017
1 parent bf3727f commit 6a3b965
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -20,11 +20,11 @@ Vue.use(VueFeatherIcon)
```

```vue
<tempalte>
<template>
<feather-activity></feather-activity>
<!-- or -->
<feather-icon type="activity"></feather-icon>
</tempalte>
</template>
```


Expand All @@ -41,7 +41,7 @@ Vue.use(VueFeatherIcon)
}
</script>
<tempalte>
<template>
<activity-icon></activity-icon>
</tempalte>
</template>
```

0 comments on commit 6a3b965

Please sign in to comment.