Skip to content

Commit

Permalink
Update CDN path in Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
froala-bot committed May 10, 2019
1 parent ec3a3b9 commit c730efd
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 @@ -71,7 +71,7 @@ bower install froala-wysiwyg-editor
<html>
<head>
<!-- Load CSS files. -->
<link rel="stylesheet" type="text/css" href="../dist/css/froala_editor.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/css/froala_editor.css">

<script src="require.js"></script>
<script>
Expand All @@ -82,7 +82,7 @@ bower install froala-wysiwyg-editor
}],
paths: {
// Change this to your server if you do not wish to use our CDN.
'froala-editor': '../dist'
'froala-editor': 'https://cdn.jsdelivr.net/npm/[email protected]'
}
});
</script>
Expand Down

0 comments on commit c730efd

Please sign in to comment.