Skip to content

Commit

Permalink
fix: typo in readme (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Feb 26, 2022
1 parent d74efa5 commit df5b64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import { PreviewPlugin } from '@vuedx/preview';

export default {
plugins: [VuePlugin(), PrevivewPlugin()],
plugins: [VuePlugin(), PreviewPlugin()],
};
```

Expand Down

0 comments on commit df5b64a

Please sign in to comment.