Skip to content

Commit

Permalink
Update Readme for v2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil2704 committed Apr 27, 2020
1 parent f31a182 commit aa1c648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/public/froala_editor_2.9.7/README.md
Expand Up @@ -39,8 +39,8 @@ Froala WYSIWYG HTML Editor requires [jQuery](http://jquery.com/) 1.11.0 or highe
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />

<!-- Include Editor style. -->
<link href="https://cdn.jsdelivr.net/npm/froala-editor@2.9.0/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/froala-editor@2.9.0/css/froala_style.min.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/froala-editor@2.9.7/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/froala-editor@2.9.7/css/froala_style.min.css" rel="stylesheet" type="text/css" />

<!-- Create a tag that we will use as the editable area. -->
<!-- You can use a div tag as well. -->
Expand All @@ -50,7 +50,7 @@ Froala WYSIWYG HTML Editor requires [jQuery](http://jquery.com/) 1.11.0 or highe
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>

<!-- Include Editor JS files. -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/froala-editor@2.9.0/js/froala_editor.pkgd.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/froala-editor@2.9.7/js/froala_editor.pkgd.min.js"></script>

<!-- Initialize the editor. -->
<script>
Expand Down

0 comments on commit aa1c648

Please sign in to comment.