Skip to content

Commit

Permalink
Fix incorrect clipboard data
Browse files Browse the repository at this point in the history
  • Loading branch information
ColonelParrot committed Mar 14, 2023
1 parent 360c18f commit 2c9574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(function () {
const clipboardData = {
npm: "npm i feedbackplus\nimport FeedbackPlus from 'feedbackplus/src/feedbackplus'",
npm: "npm i feedbackplus\nimport FeedbackPlus from 'feedbackplus'",
html: `<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ColonelParrot/feedbackplus@master/src/feedbackplus.min.css" />\n<script src="https://cdn.jsdelivr.net/gh/ColonelParrot/feedbackplus@master/src/feedbackplus.min.js" defer></script>`
}

Expand Down

0 comments on commit 2c9574c

Please sign in to comment.