From de66ecdb58882ece9e9fb4514daaf72b1318e014 Mon Sep 17 00:00:00 2001 From: Diana Neculai Date: Tue, 18 Jul 2017 22:28:37 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7d0d543..9505eb9e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # Froala WYSIWYG Editor Plugin for CakePHP 3 +[![Packagist](https://img.shields.io/packagist/v/froala/wysiwyg-cake.svg)](https://packagist.org/packages/froala/wysiwyg-cake) +[![Packagist](https://img.shields.io/packagist/dt/froala/wysiwyg-cake.svg)](https://packagist.org/packages/froala/wysiwyg-cake) + > CakePHP Plugin for Froala Javascript WYSIWYG Text Editor. For CakePHP >=3.0. -> See [froala/wysiwyg-cake](https://github.com/froala/wysiwyg-cake) for CakePHP version 2. +> See [froala/wysiwyg-cake2](https://github.com/froala/wysiwyg-cake2) for CakePHP version 2. ## About The purpose of placing [Froala WYSIWYG Editor](https://www.froala.com/wysiwyg-editor) in a plugin is to keep it separate from a themed view, the regular webroot or the app in general, which makes it easier to update and overall follows the idea of keeping the code clean and modular.