Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tameemsafi/typewriterjs
Browse files Browse the repository at this point in the history
  • Loading branch information
tameemsafi committed Sep 16, 2021
2 parents a1d5862 + b05aebc commit 867425e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ You can use the CDN version of this plugin for fast and easy setup.
<script src="https://unpkg.com/typewriter-effect@latest/dist/core.js"></script>
```

## Installation
You can install Typewriterjs with just one command and you're good to go
```shell

# with npm
npm i typewriter-effect

# with yarn
yarn add typewriter-effect

```

## Core

This include the core typewriter library, which can be used directly through the API.
Expand Down

0 comments on commit 867425e

Please sign in to comment.