From ecf507346d60822ac82f6d315db60c0befe2f0fa Mon Sep 17 00:00:00 2001 From: Robert van Lienden Date: Mon, 17 May 2021 21:01:43 +0200 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 358b63f..8d7166a 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,15 @@ Name: mytheme SilverStripe\View\SSViewer: themes: - '$public' -- 'bulma-dark-theme' +- 'silverstripe-bulma-dark-theme' - '$default' ``` ### TinyMCE Config -Copy the code from `themes/bulma-dark-theme/TinyMCE.php` to `app/_config/_config.php` to -add corrent formatting for headings and some other bulma elements. +Copy the code from `themes/silverstripe-bulma-dark-theme/TinyMCE.php` to `app/_config/_config.php` to +add correct formatting for headings and some other bulma elements. ## Developing