Skip to content

Commit

Permalink
Merge pull request #17 from Nathanjms/fix-readme-import
Browse files Browse the repository at this point in the history
Fix readme import
  • Loading branch information
Nathanjms authored Jul 2, 2023
2 parents 56f37b8 + 948ad07 commit cfef6b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Then import the module and css file into your Vue component (see usage/example b

```vue
<script setup>
import { AutoTyperVue } from "auto-typer-vue";
import { AutoTyperVue } from "auto-typer-vue3";
let text = [
'This is a demo.',
Expand All @@ -68,7 +68,7 @@ let text = [

```vue
<script setup>
import { AutoTyperVue } from "auto-typer-vue";
import { AutoTyperVue } from "auto-typer-vue3";
</script>
<template>
Expand Down Expand Up @@ -129,7 +129,7 @@ You will not need to use `!important` if you use this approach.

```vue
<script setup>
import { AutoTyperVue } from "auto-typer-vue";
import { AutoTyperVue } from "auto-typer-vue3";
</script>
<template>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-typer-vue3",
"version": "1.2.1",
"version": "1.2.2",
"description": "A simple Autotyper for Vue 3, with some customisation options.",
"keywords": [
"vue3",
Expand Down

0 comments on commit cfef6b9

Please sign in to comment.