Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Oct 31, 2022
1 parent 0fb8f25 commit 2c2f862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![NPM](https://img.shields.io/npm/v/ffxiv-overlay-api)](https://www.npmjs.com/package/ffxiv-overlay-api)
[![License](https://img.shields.io/github/license/dsrkafuu/ffxiv-overlay-api)](https://github.com/dsrkafuu/ffxiv-overlay-api/blob/master/LICENSE)
[![LGTM](https://img.shields.io/lgtm/grade/javascript/github/dsrkafuu/ffxiv-overlay-api)](https://lgtm.com/projects/g/dsrkafuu/ffxiv-overlay-api/context:javascript)
[![Codacy](https://img.shields.io/codacy/grade/5782ea1fafd648e7951edc0260123594)](https://www.codacy.com/gh/dsrkafuu/ffxiv-overlay-api/dashboard)

Build your own modern FFXIV overlay with npm & TypeScript support.

Expand Down Expand Up @@ -33,11 +33,11 @@ npm install ffxiv-overlay-api --save
Or import the library from CDNs:

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/ffxiv-overlay-api/4.6.0/overlay.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/lib/overlay.min.js"></script>
<script src="https://unpkg.com/[email protected].0/lib/overlay.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ffxiv-overlay-api/4.6.1/overlay.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/overlay.min.js"></script>
<script src="https://unpkg.com/[email protected].1/lib/overlay.min.js"></script>
<script>
const overlay = new window.OverlayAPI();
const overlay = new OverlayAPI();
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"registry": "https://registry.npmjs.org/"
},
"name": "ffxiv-overlay-api",
"version": "4.6.0",
"version": "4.6.1",
"description": "Build your own modern FFXIV overlay with npm & TypeScript support.",
"keywords": [
"ffxiv",
Expand Down

0 comments on commit 2c2f862

Please sign in to comment.