Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukwuma Ezumezu committed May 2, 2020
1 parent 58bbe6b commit 3ee91a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Load it into your HTML script
<script type="text/javascript" src="path/to/js-gravatar.js"></script>
```

You can use the [UNPKG](https://unpkg.com) link `https://unpkg.com/js-gravatar@1.0.1/dist/js-gravatar.js`. Remember to update the package number to the most recent.
You can use the [UNPKG](https://unpkg.com) link `https://unpkg.com/js-gravatar@1.1.2/dist/js-gravatar.js`. Remember to update the package number to the most recent.

Call the method with its options.

Expand All @@ -25,13 +25,13 @@ JsGravatar({ element, numberOfDice: 2, callback });

Install with npm.

```sh
```zsh
npm install --save js-gravatar
```

Install with yarn.

```sh
```zsh
yarn add js-gravatar
```

Expand Down

0 comments on commit 3ee91a6

Please sign in to comment.