From 1b0e1db7142b998489df09f7edf6fd616b91fe9b Mon Sep 17 00:00:00 2001 From: younghyeong ryu Date: Fri, 13 Sep 2024 15:39:33 +0900 Subject: [PATCH] t --- README.md | 2 +- .../assets => assets}/images/editor-sample.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename {src/resources/assets => assets}/images/editor-sample.png (100%) diff --git a/README.md b/README.md index a3fbc47..96f413b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ php artisan editor:install ``` -![laravel WYSIWYG editor](./resources/assets/editor-sample.png) +![laravel WYSIWYG editor](./assets/images/editor-sample.png) - for more [visit](https://www.onstory.fun/doc/programming/laravel/package.laraveleditor) diff --git a/src/resources/assets/images/editor-sample.png b/assets/images/editor-sample.png similarity index 100% rename from src/resources/assets/images/editor-sample.png rename to assets/images/editor-sample.png