Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev authored Oct 30, 2020
1 parent a769b98 commit 1409c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue-freezeframe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Vue.use(VueFreezeframe);

<script lang="ts">
import { Component, Vue } from 'vue-property-decorator'
import VueFreezeframe from './components/VueFreezeframe.vue'
import { VueFreezeframe } from 'vue-freezeframe'
@Component({
components: {
Expand All @@ -70,7 +70,7 @@ export default class App extends Vue {}
</script>
```

Or, you can use `vue-freezeframe` with JavaScript:
Or, you can use `vue-freezeframe` with JavaScript SFCs:

```html
<template>
Expand Down

0 comments on commit 1409c83

Please sign in to comment.