Skip to content

Commit

Permalink
correct typo from README (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dealfonso authored Jun 30, 2024
1 parent 99c747f commit 9267c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $ cp power-buttons/dist/power-buttons.js /path/to/my/html/folder
You can use this library directly from jsdelivr CDN

```html
<script src="https://cdn.jsdelivr.net/gh/dealfonso/jsconfirm-buttons@power-buttons/dist/powerbuttons.js"></script>
<script src="https://cdn.jsdelivr.net/gh/dealfonso/power-buttons@2/dist/powerbuttons.js"></script>
```

# Documentation
Expand Down
2 changes: 1 addition & 1 deletion src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ exports.powerButtons = function(param1, param2 = null, param3 = null) {
}
};

exports.powerButtons.version = '2.1.0';
exports.powerButtons.version = '2.1.1';
exports.powerButtons.plugins = function() {
return Object.keys(PowerButtons.actionsRegistered);
}
Expand Down

0 comments on commit 9267c42

Please sign in to comment.