Skip to content

Commit

Permalink
Fix readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Oct 21, 2020
1 parent cf41fae commit 5fde525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Simple self-hosted feedback modal for any website
Add this to your HTML page:

```html
<script src="https://cdn.jsdelivr.net/npm/feedback-js/dist/feedback-js.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@betahuhn/feedback-js/dist/feedback-js.min.js"></script>
<script>
function addFeedback() {
const options = {
Expand All @@ -49,7 +49,7 @@ npm install feedback-js
Then add the following JavaScript code:

```javascript
import Feedback from 'feedback-js';
import Feedback from '@betahuhn/feedback-js';

const options = {
id: 'example', // id to identify the form on the backend
Expand Down

0 comments on commit 5fde525

Please sign in to comment.