From 8b3baeef39c8358457ba21cc9413ed42aaf7d0bf Mon Sep 17 00:00:00 2001 From: { digital } <43909333+bracketsdigital@users.noreply.github.com> Date: Sat, 13 May 2023 11:36:11 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c31ccda..e5d654e 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,13 @@ This package was developed using PHP 8, Vue 3, Laravel 10, Nova 4, ckfinder for - **[Vue3](https://vuejs.org/)** - **[Nova](https://nova.laravel.com/docs/4.0/installation.html)** - **[Ckeditor 5 Vue](https://github.com/ckeditor/ckeditor5-vue)** -- **[Ckeditor 5 Vue](https://github.com/ckeditor/ckeditor5-vue)** ## Installation You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer: ```bash -composer require craft-cloud/nova-ck-light +composer require bracketsdigital/nova-ck-light ``` ## Usage @@ -25,14 +24,14 @@ composer require craft-cloud/nova-ck-light Default editor ```php -use CraftCloud\NovaCkLight\NovaCkLight; +use BracketsDigital\NovaCkLight\NovaCkLight; NovaCkLight::make('MyFieldName'), ``` Editor options ```php -use CraftCloud\NovaCkLight\NovaCkLight; +use BracketsDigital\NovaCkLight\NovaCkLight; NovaCkLight::make('MyFieldName')->toolbar(['heading', '|', 'bold', 'italic', 'link']), ``` @@ -40,7 +39,7 @@ NovaCkLight::make('MyFieldName')->toolbar(['heading', '|', 'bold', 'italic', 'li If you require images without an editor ```php -use CraftCloud\NovaCkLight\NovaCkLight; +use BracketsDigital\NovaCkLight\NovaCkLight; NovaCkLight::make('MyFieldName')->imageOnly(), ``` @@ -60,7 +59,7 @@ Please see [CONTRIBUTING](https://github.com/craft-cloud/nova-ck-light/blob/main ## Security -If you discover any security related issues, please email admin@craftcloud.co.uk instead of using the issue tracker. +If you discover any security related issues, please email in@brackets.digital instead of using the issue tracker. ## Credits