Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvl01 authored Sep 29, 2021
1 parent a680b60 commit 1455dc7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Installation
```bash
$ npm install @kissmybutton/motorcortex-typewriting
$ npm install @donkeyclip/motorcortex-typewriting
# OR
$ yarn add @kissmybutton/motorcortex-typewriting
$ yarn add @donkeyclip/motorcortex-typewriting
```

```javascript
import TypeWriting from "@kissmybutton/motorcortex-typewriting";
import TypeWriting from "@donkeyclip/motorcortex-typewriting";
```


Expand All @@ -19,8 +19,8 @@ MotorCortex TypeWriting add the type writing effect to your clips.
## Documentation
### Import and load the plugin to MotorCortex
```javascript
import { HTMLClip, loadPlugin } from "@kissmybutton/motorcortex/";
import TypeWritingDefinition from "@kissmybutton/motorcortex-typewriting";
import { HTMLClip, loadPlugin } from "@donkeyclip/motorcortex/";
import TypeWritingDefinition from "@donkeyclip/motorcortex-typewriting";
const TypeWriting = loadPlugin(TypeWritingDefinition);

const clip = new HTMLClip({
Expand Down Expand Up @@ -84,7 +84,7 @@ clip.play();
| text | The text to be typed | "" | string |

### Demo
https://kissmybutton.github.io/motorcortex-typewriting/demo/
https://donkeyclip.github.io/motorcortex-typewriting/demo/


## License
Expand Down

0 comments on commit 1455dc7

Please sign in to comment.