Skip to content

Commit

Permalink
fix(readme): change prop to actual component instead of container
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenWesterlaken committed Jan 31, 2021
1 parent 4bc95a6 commit 8cc8517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The package can be imported globally or locally.
**Locally (single file component)**
```vue
<template>
<div class="wave-container" fill="#f79902">
<vue-wavify />
<div class="wave-container">
<vue-wavify fill="#f79902"/>
</div>
</template>
Expand Down

0 comments on commit 8cc8517

Please sign in to comment.