Skip to content

Commit

Permalink
hotfix: readme samples
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Feb 17, 2021
1 parent 26f0df2 commit 43832e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm install ffxiv-overlay-api --save
Or import the library from jsDelivr CDN:

```html
<script src="https://cdn.jsdelivr.net/npm/ffxiv-overlay-api@3.3/lib/overlay.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ffxiv-overlay-api@3.4/lib/overlay.min.js"></script>
<script>
const overlay = new OverlayAPI({
extendData: true,
Expand Down Expand Up @@ -142,7 +142,7 @@ this function allows you to call an overlay handler, these handlers are declared

simulate triggering event once

- `@param {Object|undefined} msg` data same as those from OverlayPluginApi like <https://github.com/amzrk2/ffxiv-overlay-api/blob/dsrkafuu/test/fake_cn.json>
- `@param {Object|undefined} msg` data same as those from OverlayPluginApi like in <https://github.com/dsrkafuu/ffxiv-overlay-api/tree/master/test>

## Development

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffxiv-overlay-api",
"version": "3.4.0",
"version": "3.4.1",
"description": "Build your own modern FFXIV overlay with npm.",
"keywords": [
"ffxiv",
Expand Down

0 comments on commit 43832e9

Please sign in to comment.