From 4fbac4a9af822b4e97f57b32bc8eff07c56bd151 Mon Sep 17 00:00:00 2001 From: Yi JiHong <0125ses@hanmail.net> Date: Wed, 7 Aug 2024 22:25:21 +0900 Subject: [PATCH] Update README_V3_TEMP.md --- README_V3_TEMP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_V3_TEMP.md b/README_V3_TEMP.md index f30b17a7..d4550a66 100644 --- a/README_V3_TEMP.md +++ b/README_V3_TEMP.md @@ -11,9 +11,9 @@ import langs, { ko } from 'suneditor/src/langs'; import plugins from 'suneditor/src/plugins'; // editor style -import 'suneditor/src/assets/suneditor.css; +import 'suneditor/src/assets/suneditor.css'; // editable area style -import 'suneditor/src/assets/suneditor-contents.css; +import 'suneditor/src/assets/suneditor-contents.css'; // suneditor.css + suneditor-contents.css import 'suneditor/dist/suneditor.min.css';