Skip to content

Commit c483c52

Browse files
authored
Merge pull request #3 from davidpmccormick/master
Fix a couple of typos in README
2 parents b01581a + f42815e commit c483c52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)
55
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8789841c45264d19ad2595061437a8a9)](https://www.codacy.com/app/orlando.wenzinger/vue-typed-js?utm_source=github.com&utm_medium=referral&utm_content=Orlandster1998/vue-typed-js&utm_campaign=Badge_Grade)
66

7-
A Vue.js integration for Typed.js.
7+
A Vue.js integration for Typed.js.
88

99
Typed.js is a library that types. Enter in any string, and watch it type at the speed you've set, backspace what it's typed, and begin a new sentence for however many strings you've set.
1010

@@ -14,7 +14,7 @@ Checkout the offical project [here](https://github.com/mattboldt/typed.js/).
1414

1515
- [Installation](#installation)
1616
- [Usage](#usage)
17-
- [Example](#example)
17+
- [Example](#examples)
1818

1919
# Installation
2020

@@ -28,7 +28,7 @@ Install the component:
2828

2929
```javascript
3030
import Vue from 'vue'
31-
import { VueTypedJs } from 'vue-typed-js'
31+
import VueTypedJs from 'vue-typed-js'
3232

3333
Vue.use(VueTypedJs)
3434
```

0 commit comments

Comments
 (0)