diff --git a/README.md b/README.md index b92cad1a..7e38bfbd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Rails Integration for TinyMCE The `tinymce-rails` gem integrates the [TinyMCE](https://www.tiny.cloud/) editor with the Rails asset pipeline. -This gem is compatible with Rails 5.0 and higher. +This gem is compatible with Rails 5.1 and higher. This is the branch for TinyMCE 6. Please see the [`main`](https://github.com/spohlenz/tinymce-rails) branch for TinyMCE 7, and alternate branches for [TinyMCE 5](https://github.com/spohlenz/tinymce-rails/tree/tinymce-5), [TinyMCE 4](https://github.com/spohlenz/tinymce-rails/tree/tinymce-4) & [TinyMCE 3.5.x](https://github.com/spohlenz/tinymce-rails/tree/tinymce-3). @@ -57,7 +57,7 @@ See the [TinyMCE 6 Documentation](https://www.tiny.cloud/docs/tinymce/6/) for a Use *one* of the following options to include TinyMCE assets. -(1) Add to your application.js: +(1) Add to your application.js (Sprockets only): ```js //= require tinymce @@ -66,10 +66,14 @@ Use *one* of the following options to include TinyMCE assets. or (2) add the script tag to your layout using the `tinymce_assets` helper: ```erb -<%= tinymce_assets %> -#=>